Skip to content

Commit 4109b53

Browse files
njzjzashb
authored andcommitted
remove colon in the title
1 parent c36bb67 commit 4109b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinxarg/ext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ def print_subcommands(data, nested_content, markdown_help=False, settings=None):
185185
definitions = map_nested_definitions(nested_content)
186186
items = []
187187
if 'children' in data:
188-
subcommands = nodes.section(ids=["Sub-commands:"])
189-
subcommands += nodes.title('Sub-commands:', 'Sub-commands:')
188+
subcommands = nodes.section(ids=["Sub-commands"])
189+
subcommands += nodes.title('Sub-commands', 'Sub-commands')
190190

191191
for child in data['children']:
192192
sec = nodes.section(ids=[child['name']])

0 commit comments

Comments
 (0)