Skip to content

Commit 7cfb57c

Browse files
committed
After review comments
1 parent 2b47dda commit 7cfb57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ class ArgumentParser(_AttributeHolder, _ActionsContainer):
17771777
error info when an error occurs
17781778
- suggest_on_error - Enables suggestions for mistyped argument choices
17791779
and subparser names. (default: ``False``)
1780-
- convert_choices - Runs the ``choices`` through the ``type`` function
1780+
- convert_choices - Runs the ``choices`` through the ``type`` callable
17811781
during checking. (default: ``False``)
17821782
"""
17831783

0 commit comments

Comments
 (0)