Skip to content
Snippets Groups Projects
Unverified Commit 256c6d05 authored by thueringa's avatar thueringa Committed by GitHub
Browse files

Fix typo in argparse docs. (GH-92691) (#92731)

parent 801f7711
Branches
Tags
No related merge requests found
...@@ -501,7 +501,7 @@ disallowed. ...@@ -501,7 +501,7 @@ disallowed.
fromfile_prefix_chars 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 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 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 :class:`ArgumentParser` constructor, then arguments that start with any of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment