Skip to content

Commit

Permalink
Fix typo in argparse docs. (pythonGH-92691) (python#92731)
Browse files Browse the repository at this point in the history
  • Loading branch information
thueringa authored May 13, 2022
1 parent 801f771 commit 256c6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ disallowed.
fromfile_prefix_chars
^^^^^^^^^^^^^^^^^^^^^

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

0 comments on commit 256c6d0

Please sign in to comment.