]> granicus.if.org Git - python/commitdiff
SF #1063757: fix markup error (had LaTeX markup in the reST source,
authorGreg Ward <gward@python.net>
Fri, 12 Nov 2004 01:20:17 +0000 (01:20 +0000)
committerGreg Ward <gward@python.net>
Fri, 12 Nov 2004 01:20:17 +0000 (01:20 +0000)
oops!).

Doc/lib/liboptparse.tex

index 0ecafc2cdaec4454126a7a7e3ab006eee9d934a6..5e03ab5e6570e6ee8b7a680981b577a77bb9bfc8 100644 (file)
@@ -704,7 +704,7 @@ directly.)
 \subsubsection{Defining options\label{optparse-defining-options}}
 
 Each Option instance represents a set of synonymous command-line option
-strings, e.g. programopt{\{}f{\}} and longprogramopt{\{}--file{\}}.  You can
+strings, e.g. \programopt{-f} and \longprogramopt{file}.  You can
 specify any number of short or long option strings, but you must specify
 at least one overall option string.