commit | 52136a8bea8b9a8394c00eb7ea2b6e40346ae716 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat May 10 03:35:37 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat May 10 03:35:37 2003 +0000 |
tree | ae7a4582ca654ba0e262d816a62d626d3202bc3e | |
parent | 71e0033200d7b013a64375d3001d2aa2de933f3c [diff] [blame] |
Fixed spacing and unbalanced brackets or parenthesis.
diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex index 026239e..12af778 100644 --- a/Doc/lib/liboptparse.tex +++ b/Doc/lib/liboptparse.tex
@@ -962,6 +962,7 @@ make_option("--file", dest="filename", help="Input file to read data from"), make_option("--secret", help=SUPPRESS_HELP) +]) \end{verbatim} If \module{optparse} sees either \programopt{-h} or