Correct small nits reported by Rob Hooft.

This commit is contained in:
Guido van Rossum 1997-12-30 20:38:16 +00:00
parent 51ca6e3e42
commit eb0f066fb8
22 changed files with 72 additions and 66 deletions

View file

@ -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