From eda87127a892cb760f64d4785581cbb405b320f5 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 14 Jul 2006 07:20:04 +0000 Subject: [PATCH] Try to improve grammar further. --- Doc/howto/doanddont.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/doanddont.tex b/Doc/howto/doanddont.tex index 56fd8ea7f09e..a105ca1fceee 100644 --- a/Doc/howto/doanddont.tex +++ b/Doc/howto/doanddont.tex @@ -288,7 +288,7 @@ 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 +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