Skip to content

Commit 60c4bca

Browse files
Fix typo in argparse docs. (GH-92691) (#92709)
1 parent 0c1795b commit 60c4bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ disallowed.
555555
fromfile_prefix_chars
556556
^^^^^^^^^^^^^^^^^^^^^
557557

558-
Sometimes, when dealing with a particularly long argument lists, it
558+
Sometimes, when dealing with a particularly long argument list, it
559559
may make sense to keep the list of arguments in a file rather than typing it out
560560
at the command line. If the ``fromfile_prefix_chars=`` argument is given to the
561561
:class:`ArgumentParser` constructor, then arguments that start with any of the

0 commit comments

Comments
 (0)