diff options
author | Greg Ward <gward@python.net> | 2004-11-12 01:20:17 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2004-11-12 01:20:17 (GMT) |
commit | 961eda7ad938726227adb77bad5e1f2a1effef99 (patch) | |
tree | ead33b6a9d22829d82dd087c9b521e7dfe04c55a /Doc | |
parent | edde492f13f6af15caf037231ce8e5815e090f7e (diff) | |
download | cpython-961eda7ad938726227adb77bad5e1f2a1effef99.zip cpython-961eda7ad938726227adb77bad5e1f2a1effef99.tar.gz cpython-961eda7ad938726227adb77bad5e1f2a1effef99.tar.bz2 |
SF #1063757: fix markup error (had LaTeX markup in the reST source,
oops!).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liboptparse.tex | 2 |
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. |