mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Point to new collections.abc module for collections ABCs
This commit is contained in:
parent
61c4372ce1
commit
36226804fe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ regarding a type hierarchy for numbers based on ABCs.)
|
|||
|
||||
The :mod:`collections` module has some concrete classes that derive from
|
||||
ABCs; these can, of course, be further derived. In addition the
|
||||
:mod:`collections` module has some ABCs that can be used to test whether
|
||||
:mod:`collections.abc` submodule has some ABCs that can be used to test whether
|
||||
a class or instance provides a particular interface, for example, is it
|
||||
hashable or a mapping.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue