We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0da947 commit edc91c4Copy full SHA for edc91c4
Doc/library/argparse.rst
@@ -501,7 +501,7 @@ disallowed.
501
fromfile_prefix_chars
502
^^^^^^^^^^^^^^^^^^^^^
503
504
-Sometimes, for example when dealing with a particularly long argument lists, it
+Sometimes, for example when dealing with a particularly long argument list, it
505
may make sense to keep the list of arguments in a file rather than typing it out
506
at the command line. If the ``fromfile_prefix_chars=`` argument is given to the
507
:class:`ArgumentParser` constructor, then arguments that start with any of the
0 commit comments