Fix the count of datatypes.
This commit is contained in:
parent
f368fbc24e
commit
c4f4697196
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue