8000 Fix typo in argparse docs. (GH-92691) (#92729) · python/cpython@56e9fb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56e9fb3

Browse files
authored
Fix typo in argparse docs. (GH-92691) (#92729)
1 parent 597ff24 commit 56e9fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ disallowed.
502502
fromfile_prefix_chars
503503
^^^^^^^^^^^^^^^^^^^^^
504504

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

0 commit comments

Comments
 (0)
0