]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Fri, 30 Mar 2007 19:14:02 +0000 (19:14 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Mar 2007 19:14:02 +0000 (19:14 +0000)
Doc/lib/liboptparse.tex

index df96dd4ae77dcbfa07eee0d527ff22542db69e9f..317b88e299557fb13b19ebd661e4b5bf7ae0ab37 100644 (file)
@@ -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 {}