From: Raymond Hettinger Date: Fri, 10 Apr 2009 06:38:39 +0000 (+0000) Subject: Fix the count of datatypes. X-Git-Tag: v2.7a1~1512 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4f4697196e2c489a4e0adfa75484c0f0913b40a;p=thirdparty%2FPython%2Fcpython.git Fix the count of datatypes. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index d5702289c3ee..a568d44f6ad7 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