commit | eb0f066fb84e71f418cf6a27c38b128aee33a834 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 30 20:38:16 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 30 20:38:16 1997 +0000 |
tree | b2695f000fd9119a7eabe7d7beff8c413ddcf097 | |
parent | 51ca6e3e42d6ad733dae25c7db7c89415e7cf962 [diff] [blame] |
Correct small nits reported by Rob Hooft.
diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex index 0d2f4a0..a9210b0 100644 --- a/Doc/lib/libgetopt.tex +++ b/Doc/lib/libgetopt.tex
@@ -75,7 +75,7 @@ \end{verbatim}\ecode % The exception -\code{getopt.error = 'getopt.error'} +\code{getopt.error} is raised when an unrecognized option is found in the argument list or when an option requiring an argument is given none. The argument to the exception is a string indicating the cause of the