Skip to content

Commit 50c844f

Browse files
committed
Fix argparse test.
1 parent d09d2ce commit 50c844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4145,7 +4145,7 @@ class TestHelpTupleMetavarPositional(HelpTestCase):
41454145
positional arguments:
41464146
bar baz foo help
41474147
4148-
optional arguments:
4148+
options:
41494149
-h, --help show this help message and exit
41504150
'''
41514151
version = ''

0 commit comments

Comments
 (0)