Kinga Farkas added the comment:

So, would it be helpful to rephrase the original text

"By default, ArgumentParser objects uses sys.argv[0] to determine how to 
display the name of the program in thehelp messages. This default is almost 
always desirable because it will make the help messages match how the program 
was invoked on the command line." 

 by 

"By default, ArgumentParser objects uses the base name of the path sys.argv[0] 
to determine how to display the name of the program in the help messages."

And then all that would remain is to change the backslash to a forward slash in 
the example that follows.

----------
nosy: +lilbludot

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to