[Python-checkins] r50629 - python/trunk/Doc/howto/doanddont.tex

georg.brandl python-checkins at python.org
Fri Jul 14 09:12:55 CEST 2006


Author: georg.brandl
Date: Fri Jul 14 09:12:54 2006
New Revision: 50629

Modified:
   python/trunk/Doc/howto/doanddont.tex
Log:
Patch #1521874: grammar errors in doanddont.tex.



Modified: python/trunk/Doc/howto/doanddont.tex
==============================================================================
--- python/trunk/Doc/howto/doanddont.tex	(original)
+++ python/trunk/Doc/howto/doanddont.tex	Fri Jul 14 09:12:54 2006
@@ -288,8 +288,9 @@
 There are also many useful builtin functions people seem not to be
 aware of for some reason: \function{min()} and \function{max()} can
 find the minimum/maximum of any sequence with comparable semantics,
-for example, yet many people write they own max/min. Another highly
-useful function is \function{reduce()}. Classical use of \function{reduce()}
+for example, yet many people write they own
+\function{max()}/\function{min()}. Another highly useful function is
+\function{reduce()}. A classical use of \function{reduce()}
 is something like
 
 \begin{verbatim}


More information about the Python-checkins mailing list