]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
minor edits:
authorFred Drake <fdrake@acm.org>
Thu, 3 Mar 2005 17:24:20 +0000 (17:24 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 Mar 2005 17:24:20 +0000 (17:24 +0000)
- 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

Doc/lib/libuu.tex

index 9adb4cf397ff651e7034a56f5814a811c8407839..7e546a0d43bc8858d212d5973d260bb7a5d137f1 100644 (file)
@@ -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}{}