Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 256c6d0

Browse files
authored
Fix typo in argparse docs. (GH-92691) (#92731)
1 parent 801f771 commit 256c6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ disallowed.
501501
fromfile_prefix_chars
502502
^^^^^^^^^^^^^^^^^^^^^
503503

504-
Sometimes, for example when dealing with a particularly long argument lists, it
504+
Sometimes, for example when dealing with a particularly long argument list, it
505505
may make sense to keep the list of arguments in a file rather than typing it out
506506
at the command line. If the ``fromfile_prefix_chars=`` argument is given to the
507507
:class:`ArgumentParser` constructor, then arguments that start with any of the

0 commit comments

Comments
 (0)