]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in argparse docs. (GH-92691) (#92709)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 May 2022 14:03:03 +0000 (07:03 -0700)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 14:03:03 +0000 (09:03 -0500)
Doc/library/argparse.rst

index b5a2b794c2385f87acd9abf428986e928fba5ede..1f40e4a84505d2c76f024515c48b80ee5f3e0c0d 100644 (file)
@@ -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