summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-31 10:17:31 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-31 10:17:31 (GMT)
commitb8b88743a8085eac07cb865c815bf72c604d63ac (patch)
tree223862035adf09a371c208bfbdfcebeca93932ab /Doc
parent8c09b14978de737fd0c34f39e5996a03a6f0b3f5 (diff)
downloadcpython-b8b88743a8085eac07cb865c815bf72c604d63ac.zip
cpython-b8b88743a8085eac07cb865c815bf72c604d63ac.tar.gz
cpython-b8b88743a8085eac07cb865c815bf72c604d63ac.tar.bz2
repair string literal.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liboptparse.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex
index 317b88e..dd618c8 100644
--- 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 {}