]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Try to improve grammar further.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Jul 2006 07:20:04 +0000 (07:20 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Jul 2006 07:20:04 +0000 (07:20 +0000)
Doc/howto/doanddont.tex

index 56fd8ea7f09e1308910f7025d4a60733d7fa4303..a105ca1fceee7a683194d4c53b9e0139d1801143 100644 (file)
@@ -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