From: thueringa Date: Fri, 13 May 2022 14:01:30 +0000 (+0200) Subject: Fix typo in argparse docs. (GH-92691) (#92731) X-Git-Tag: v3.9.13~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=256c6d05e29da63ec0af74553192b9d26912b7c2;p=thirdparty%2FPython%2Fcpython.git Fix typo in argparse docs. (GH-92691) (#92731) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index fa731fec3a85..8989d1cef1bd 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -501,7 +501,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