[Python-checkins] python/dist/src/Doc/lib libuu.tex,1.14,1.15

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Mar 3 18:25:07 CET 2005


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

Modified Files:
	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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- libuu.tex	3 Mar 2005 10:06:05 -0000	1.14
+++ libuu.tex	3 Mar 2005 17:25:04 -0000	1.15
@@ -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