summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-14 07:12:54 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-14 07:12:54 (GMT)
commit13b78d536b2cf748ead264b95ab09a15f2eabdf2 (patch)
tree0eb6172aae6b44164e4fb56330da997d48c54c17
parentb7eca839f79a6cb2188958f9bc762b5cd059df56 (diff)
downloadcpython-13b78d536b2cf748ead264b95ab09a15f2eabdf2.zip
cpython-13b78d536b2cf748ead264b95ab09a15f2eabdf2.tar.gz
cpython-13b78d536b2cf748ead264b95ab09a15f2eabdf2.tar.bz2
Patch #1521874: grammar errors in doanddont.tex.
-rw-r--r--Doc/howto/doanddont.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/howto/doanddont.tex b/Doc/howto/doanddont.tex
index adbde66..56fd8ea 100644
--- a/Doc/howto/doanddont.tex
+++ b/Doc/howto/doanddont.tex
@@ -288,8 +288,9 @@ More useful functions in \module{os.path}: \function{basename},
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}