mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo in argparse docs. (GH-92691) (#92709)
This commit is contained in:
parent
0c1795bd33
commit
60c4bca013
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ disallowed.
|
|||
fromfile_prefix_chars
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Sometimes, when dealing with a particularly long argument lists, it
|
||||
Sometimes, 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue