Skip to content

Commit 18cd5be

Browse files
committed
Fix doctest issue
1 parent 0a1592c commit 18cd5be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,7 @@ To specify ``choices`` before conversion, set the flag ``convert_choices``.
11861186
... choices=['mo', 'tu', 'we', 'th', 'fr', 'sa', 'su'],
11871187
... convert_choices=True,
11881188
... type=to_dow)
1189+
...
11891190
>>> parser.print_help()
11901191
usage: example_broken.py [-h] [--days {mo,tu,we,th,fr,sa,su}]
11911192

0 commit comments

Comments
 (0)