mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Improve glossary entry for ABCs.
- Rename reST target name for collections ABCs to avoid collisions - Add link to importlib ABCs (collections, numbers and io ABCs were already linked) - Link to glossary entry from numbers module doc (other modules already do it)
This commit is contained in:
parent
07e58c3389
commit
fa088dbd0c
4 changed files with 16 additions and 13 deletions
|
@ -12,7 +12,7 @@
|
|||
--------------
|
||||
|
||||
This module provides the infrastructure for defining an :term:`abstract base
|
||||
class` (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this
|
||||
class` (ABC) in Python, as outlined in :pep:`3119`; see the PEP for why this
|
||||
was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
|
||||
regarding a type hierarchy for numbers based on ABCs.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue