Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f82340d

Browse files
committed
Merged revisions 81318 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r81318 | ezio.melotti | 2010-05-19 03:32:52 +0300 (Wed, 19 May 2010) | 1 line Fix typo in argparse doc. ........
1 parent 2550346 commit f82340d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ prog
452452

453453
By default, :class:`ArgumentParser` objects uses ``sys.argv[0]`` to determine
454454
how to display the name of the program in help messages. This default is almost
455-
always desirable because it will make the help messages match how the pgoram was
455+
always desirable because it will make the help messages match how the program was
456456
invoked on the command line. For example, consider a file named
457457
``myprogram.py`` with the following code::
458458

0 commit comments

Comments
 (0)