[Python-checkins] r50630 - python/trunk/Doc/howto/doanddont.tex
neal.norwitz
python-checkins at python.org
Fri Jul 14 09:20:04 CEST 2006
Author: neal.norwitz
Date: Fri Jul 14 09:20:04 2006
New Revision: 50630
Modified:
python/trunk/Doc/howto/doanddont.tex
Log:
Try to improve grammar further.
Modified: python/trunk/Doc/howto/doanddont.tex
==============================================================================
--- python/trunk/Doc/howto/doanddont.tex (original)
+++ python/trunk/Doc/howto/doanddont.tex Fri Jul 14 09:20:04 2006
@@ -288,7 +288,7 @@
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
+for example, yet many people write their own
\function{max()}/\function{min()}. Another highly useful function is
\function{reduce()}. A classical use of \function{reduce()}
is something like
More information about the Python-checkins
mailing list