From: Georg Brandl Date: Fri, 14 Jul 2006 07:12:54 +0000 (+0000) Subject: Patch #1521874: grammar errors in doanddont.tex. X-Git-Tag: v2.5b3~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13b78d536b2cf748ead264b95ab09a15f2eabdf2;p=python Patch #1521874: grammar errors in doanddont.tex. --- diff --git a/Doc/howto/doanddont.tex b/Doc/howto/doanddont.tex index adbde66987..56fd8ea7f0 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}