From: Georg Brandl Date: Sat, 31 Mar 2007 10:17:31 +0000 (+0000) Subject: repair string literal. X-Git-Tag: v2.6a1~1905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8b88743a8085eac07cb865c815bf72c604d63ac;p=thirdparty%2FPython%2Fcpython.git repair string literal. --- diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex index 317b88e29955..dd618c83dac4 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 {}