mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-21 16:46:05 +00:00
Remove "Tuple" table printing for sub tables
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
ab795f0842
commit
0b7d2df746
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue