Fix typo in argparse docs. (GH-92691) (#92709)

This commit is contained in:
Miss Islington (bot) 2022-05-13 07:03:03 -07:00 committed by GitHub
parent 0c1795bd33
commit 60c4bca013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -555,7 +555,7 @@ disallowed.
fromfile_prefix_chars 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 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 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 :class:`ArgumentParser` constructor, then arguments that start with any of the