[Python-checkins] python/dist/src/Doc/lib libuu.tex, 1.12.20.2, 1.12.20.3

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Mar 3 18:24:22 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14471

Modified Files:
      Tag: release24-maint
	libuu.tex 
Log Message:
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


Index: libuu.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libuu.tex,v
retrieving revision 1.12.20.2
retrieving revision 1.12.20.3
diff -u -d -r1.12.20.2 -r1.12.20.3
--- libuu.tex	3 Mar 2005 10:05:37 -0000	1.12.20.2
+++ libuu.tex	3 Mar 2005 17:24:20 -0000	1.12.20.3
@@ -39,9 +39,10 @@
   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}{}



More information about the Python-checkins mailing list