mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
repair string literal.
This commit is contained in:
parent
8c09b14978
commit
b8b88743a8
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ program, i.e. \code{os.path.basename(sys.argv{[}0])}. The expanded string
|
||||||
is then printed before the detailed option help.
|
is then printed before the detailed option help.
|
||||||
|
|
||||||
If you don't supply a usage string, \module{optparse} uses a bland but sensible
|
If you don't supply a usage string, \module{optparse} uses a bland but sensible
|
||||||
default: \code{usage: {\%}prog {[}options]"}, which is fine if your script
|
default: \code{"usage: {\%}prog {[}options]"}, which is fine if your script
|
||||||
doesn't take any positional arguments.
|
doesn't take any positional arguments.
|
||||||
|
|
||||||
\item {}
|
\item {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue