summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2004-11-12 01:20:17 (GMT)
committerGreg Ward <gward@python.net>2004-11-12 01:20:17 (GMT)
commit961eda7ad938726227adb77bad5e1f2a1effef99 (patch)
treeead33b6a9d22829d82dd087c9b521e7dfe04c55a
parentedde492f13f6af15caf037231ce8e5815e090f7e (diff)
downloadcpython-961eda7ad938726227adb77bad5e1f2a1effef99.zip
cpython-961eda7ad938726227adb77bad5e1f2a1effef99.tar.gz
cpython-961eda7ad938726227adb77bad5e1f2a1effef99.tar.bz2
SF #1063757: fix markup error (had LaTeX markup in the reST source,
oops!).
-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 0ecafc2..5e03ab5 100644
--- a/Doc/lib/liboptparse.tex
+++ b/Doc/lib/liboptparse.tex
@@ -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.