diff options
author | Fred Drake <fdrake@acm.org> | 2004-01-26 19:39:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-01-26 19:39:13 (GMT) |
commit | 913829cb1d100c17c0ddac4f33ce998db64a0586 (patch) | |
tree | 6496555853ea34ed29e9f0e5ccc5a273086857ec | |
parent | db8d1c26d32804816e20fb5ef94739208e6db3e8 (diff) | |
download | cpython-913829cb1d100c17c0ddac4f33ce998db64a0586.zip cpython-913829cb1d100c17c0ddac4f33ce998db64a0586.tar.gz cpython-913829cb1d100c17c0ddac4f33ce998db64a0586.tar.bz2 |
fix markup
-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 f2d2d8c..475c4f4 100644 --- a/Doc/lib/liboptparse.tex +++ b/Doc/lib/liboptparse.tex @@ -1711,5 +1711,5 @@ are present after parsing: \verbatiminput{required_2.py} \begin{seealso} - \seemodule{getopt}{More traditional Unix-style command line option parsing} + \seemodule{getopt}{More traditional \UNIX-style command line option parsing.} \end{seealso} |