From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 13 May 2022 14:03:03 +0000 (-0700) Subject: Fix typo in argparse docs. (GH-92691) (#92709) X-Git-Tag: v3.11.0b2~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60c4bca01385ad88de48398eefaa1ede5a2d0cd0;p=thirdparty%2FPython%2Fcpython.git Fix typo in argparse docs. (GH-92691) (#92709) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index b5a2b794c238..1f40e4a84505 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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