From c4f4697196e2c489a4e0adfa75484c0f0913b40a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 10 Apr 2009 06:38:39 +0000 Subject: Fix the count of datatypes. --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index d570228..a568d44 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -16,7 +16,7 @@ __name__ = '' 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 -- cgit v0.12