[Python-checkins] r71435 - python/trunk/Doc/library/collections.rst
raymond.hettinger
python-checkins at python.org
Fri Apr 10 08:38:39 CEST 2009
Author: raymond.hettinger
Date: Fri Apr 10 08:38:39 2009
New Revision: 71435
Log:
Fix the count of datatypes.
Modified:
python/trunk/Doc/library/collections.rst
Modified: python/trunk/Doc/library/collections.rst
==============================================================================
--- python/trunk/Doc/library/collections.rst (original)
+++ python/trunk/Doc/library/collections.rst Fri Apr 10 08:38:39 2009
@@ -16,7 +16,7 @@
__name__ = '<doctest>'
This module implements high-performance container datatypes. Currently,
-there are three datatypes, :class:`Counter`, :class:`deque`, :class:`OrderedDict` and
+there are four datatypes, :class:`Counter`, :class:`deque`, :class:`OrderedDict` and
:class:`defaultdict`, and one datatype factory function, :func:`namedtuple`.
The specialized containers provided in this module provide alternatives
More information about the Python-checkins
mailing list