From 8c09b14978de737fd0c34f39e5996a03a6f0b3f5 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 30 Mar 2007 19:14:02 +0000 Subject: [PATCH] Markup fix. --- Doc/lib/liboptparse.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex index df96dd4ae77..317b88e2995 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 {}