[Python-checkins] r45406 - python/trunk/Doc/lib/libcollections.tex (original) (raw)
andrew.kuchling python-checkins at python.org
Fri Apr 14 22:32:37 CEST 2006
- Previous message: [Python-checkins] r45405 - in sandbox/trunk/setuptools: EasyInstall.txt easy_install.py setup.py setuptools/command/__init__.py setuptools/command/easy_install.py setuptools/site-patch.py site.py
- Next message: [Python-checkins] r45407 - python/trunk/Doc/whatsnew/whatsnew25.tex
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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()}:
- Previous message: [Python-checkins] r45405 - in sandbox/trunk/setuptools: EasyInstall.txt easy_install.py setup.py setuptools/command/__init__.py setuptools/command/easy_install.py setuptools/site-patch.py site.py
- Next message: [Python-checkins] r45407 - python/trunk/Doc/whatsnew/whatsnew25.tex
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]