]> granicus.if.org Git - python/commitdiff
Fix the count of datatypes.
authorRaymond Hettinger <python@rcn.com>
Fri, 10 Apr 2009 06:38:39 +0000 (06:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 10 Apr 2009 06:38:39 +0000 (06:38 +0000)
Doc/library/collections.rst

index d5702289c3eec564d76fb59b98939ada87bb28e0..a568d44f6ad73df87aaedb4243849e2a9e7d7d0b 100644 (file)
@@ -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