[Python-checkins] r45406 - python/trunk/Doc/lib/libcollections.tex

andrew.kuchling python-checkins at python.org
Fri Apr 14 22:32:37 CEST 2006


Author: andrew.kuchling
Date: Fri Apr 14 22:32:36 2006
New Revision: 45406

Modified:
   python/trunk/Doc/lib/libcollections.tex
Log:
Typo fix

Modified: python/trunk/Doc/lib/libcollections.tex
==============================================================================
--- python/trunk/Doc/lib/libcollections.tex	(original)
+++ python/trunk/Doc/lib/libcollections.tex	Fri Apr 14 22:32:36 2006
@@ -310,7 +310,7 @@
 
 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()}:
 


More information about the Python-checkins mailing list