Skip to content

Commit f667e25

Browse files
author
fdrake
committed
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 git-svn-id: http://svn.python.org/projects/python/trunk@38554 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 14cf886 commit f667e25

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/lib/libuu.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ \section{\module{uu} ---
3939
the uuencode header. However, if the file specified in the header
4040
already exists, a \exception{uu.Error} is raised.
4141

42-
\function{decode} may print a warning to stderr if the input was produced
43-
by an incorrect uuencoder and Python could recover from that error.
44-
Setting \var{quiet} to True silences this warning.
42+
\function{decode()} may print a warning to standard error if the
43+
input was produced by an incorrect uuencoder and Python could
44+
recover from that error. Setting \var{quiet} to a true value
45+
silences this warning.
4546
\end{funcdesc}
4647

4748
\begin{excclassdesc}{Error}{}

0 commit comments

Comments
 (0)