projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c09b14
)
repair string literal.
author
Georg Brandl
<georg@python.org>
Sat, 31 Mar 2007 10:17:31 +0000
(10:17 +0000)
committer
Georg Brandl
<georg@python.org>
Sat, 31 Mar 2007 10:17:31 +0000
(10:17 +0000)
Doc/lib/liboptparse.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/liboptparse.tex
b/Doc/lib/liboptparse.tex
index 317b88e299557fb13b19ebd661e4b5bf7ae0ab37..dd618c83dac4bd83c74f0e33f01aa2935945038f 100644
(file)
--- a/
Doc/lib/liboptparse.tex
+++ b/
Doc/lib/liboptparse.tex
@@
-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.
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.
\item {}