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:
Thomas A. Christensen II 2022-01-10 17:25:43 -06:00
parent ab795f0842
commit 0b7d2df746
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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