From 0b7d2df74612da257d911adcb0a37f0091b749c4 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:25:43 -0600 Subject: [PATCH] Remove "Tuple" table printing for sub tables Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- nfdocs-parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfdocs-parser.py b/nfdocs-parser.py index 2608a38..1874276 100755 --- a/nfdocs-parser.py +++ b/nfdocs-parser.py @@ -59,7 +59,7 @@ def params_to_table(type, params): # Params table sub_params_entry = nodes.entry() - sub_params_entry += params_to_table("Tuple", param["tuple"]) + sub_params_entry += params_to_table("", param["tuple"]) param_row += sub_params_entry # If this is actually a parameter, the new row takes on the form