Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
- Fix typo in CLI argument parser
  • Loading branch information
frnmst committed Dec 18, 2022
1 parent 420beea commit d941bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md_toc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _add_cmark_like_megroup_arguments(self, megroup, parser_name: str):
['default closing marker'],
help=('set the marker and enable ordered lists. Defaults to ' +
md_parser[parser_name]['list']['ordered']
)['default closing marker'],
['default closing marker']),
)

def _add_cmark_like_arguments(self, parser, parser_name: str):
Expand Down

0 comments on commit d941bf5

Please sign in to comment.