mirror of
https://github.com/python/cpython.git
synced 2026-04-28 23:00:40 +00:00
Fix the count of datatypes.
This commit is contained in:
parent
f368fbc24e
commit
c4f4697196
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue