summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-30 19:14:02 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-30 19:14:02 (GMT)
commit8c09b14978de737fd0c34f39e5996a03a6f0b3f5 (patch)
tree74396a6a5d024fbc6a096afe86fb74c276268897 /Doc/lib
parent92a9fc0a2fffa6a1dbb4f8471cc3f02252b69ff4 (diff)
downloadcpython-8c09b14978de737fd0c34f39e5996a03a6f0b3f5.zip
cpython-8c09b14978de737fd0c34f39e5996a03a6f0b3f5.tar.gz
cpython-8c09b14978de737fd0c34f39e5996a03a6f0b3f5.tar.bz2
Markup fix.
Diffstat (limited to 'Doc/lib')
-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 df96dd4..317b88e 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 {}