Commit 019551fa authored by Ezio Melotti's avatar Ezio Melotti

Fix typo in argparse doc.

parent e3a84e85
...@@ -452,7 +452,7 @@ prog ...@@ -452,7 +452,7 @@ prog
By default, :class:`ArgumentParser` objects uses ``sys.argv[0]`` to determine By default, :class:`ArgumentParser` objects uses ``sys.argv[0]`` to determine
how to display the name of the program in help messages. This default is almost how to display the name of the program in help messages. This default is almost
always desirable because it will make the help messages match how the pgoram was always desirable because it will make the help messages match how the program was
invoked on the command line. For example, consider a file named invoked on the command line. For example, consider a file named
``myprogram.py`` with the following code:: ``myprogram.py`` with the following code::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment