From: Andrew M. Kuchling Date: Fri, 14 Apr 2006 20:32:36 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5a2~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ed29143fc91977d70a5770ee04de6cb6db8e111;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/lib/libcollections.tex b/Doc/lib/libcollections.tex index cea06e8b2cd2..d9bfa3910673 100644 --- a/Doc/lib/libcollections.tex +++ b/Doc/lib/libcollections.tex @@ -310,7 +310,7 @@ languages): When a letter is first encountered, it is missing from the mapping, so the \member{default_factory} function calls \function{int()} to supply a default -count of zero. The increment operation then builds of the count for each +count of zero. The increment operation then builds up the count for each letter. This technique makes counting simpler and faster than an equivalent technique using \method{dict.get()}: