mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Correct small nits reported by Rob Hooft.
This commit is contained in:
parent
51ca6e3e42
commit
eb0f066fb8
22 changed files with 72 additions and 66 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue