Commit c4f46971 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix the count of datatypes.

parent f368fbc2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment