Fix the count of datatypes.

This commit is contained in:
Raymond Hettinger 2009-04-10 06:38:39 +00:00
parent f368fbc24e
commit c4f4697196
1 changed files with 1 additions and 1 deletions

View 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