diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
commit | eb0f066fb84e71f418cf6a27c38b128aee33a834 (patch) | |
tree | b2695f000fd9119a7eabe7d7beff8c413ddcf097 /Doc/libgetopt.tex | |
parent | 51ca6e3e42d6ad733dae25c7db7c89415e7cf962 (diff) | |
download | cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.zip cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.gz cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.bz2 |
Correct small nits reported by Rob Hooft.
Diffstat (limited to 'Doc/libgetopt.tex')
-rw-r--r-- | Doc/libgetopt.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libgetopt.tex b/Doc/libgetopt.tex index 0d2f4a0..a9210b0 100644 --- a/Doc/libgetopt.tex +++ b/Doc/libgetopt.tex @@ -75,7 +75,7 @@ Using long option names is equally easy: \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 |