]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in argparse docs. (GH-92691) (#92729)
authorthueringa <thueringa@users.noreply.github.com>
Fri, 13 May 2022 21:09:06 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 21:09:06 +0000 (16:09 -0500)
Doc/library/argparse.rst

index d853d2afbe372fcb5d1621d02182c327effe2864..e8e54d6c58df36e980a62b8a9cc76e5ac11f6890 100644 (file)
@@ -502,7 +502,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