diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-07-14 07:20:04 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-07-14 07:20:04 (GMT) |
commit | eda87127a892cb760f64d4785581cbb405b320f5 (patch) | |
tree | 91b8723cde06248cb22ebe26348e3a6f74845c70 /Doc/howto | |
parent | 13b78d536b2cf748ead264b95ab09a15f2eabdf2 (diff) | |
download | cpython-eda87127a892cb760f64d4785581cbb405b320f5.zip cpython-eda87127a892cb760f64d4785581cbb405b320f5.tar.gz cpython-eda87127a892cb760f64d4785581cbb405b320f5.tar.bz2 |
Try to improve grammar further.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/doanddont.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/doanddont.tex b/Doc/howto/doanddont.tex index 56fd8ea..a105ca1 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 |