mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
minor edits:
- function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False
This commit is contained in:
parent
b67cc80bb9
commit
b098fd7f89
1 changed files with 4 additions and 3 deletions
|
@ -39,9 +39,10 @@ The \module{uu} module defines the following functions:
|
|||
the uuencode header. However, if the file specified in the header
|
||||
already exists, a \exception{uu.Error} is raised.
|
||||
|
||||
\function{decode} may print a warning to stderr if the input was produced
|
||||
by an incorrect uuencoder and Python could recover from that error.
|
||||
Setting \var{quiet} to True silences this warning.
|
||||
\function{decode()} may print a warning to standard error if the
|
||||
input was produced by an incorrect uuencoder and Python could
|
||||
recover from that error. Setting \var{quiet} to a true value
|
||||
silences this warning.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{excclassdesc}{Error}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue