mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge wording change from 3.2
This commit is contained in:
commit
a1969e0cbf
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
--------------
|
||||
|
||||
This module provides the infrastructure for defining an :term:`abstract base
|
||||
class` (ABC) in Python, as outlined in :pep:`3119`; see the PEP for why this
|
||||
This module provides the infrastructure for defining :term:`abstract base
|
||||
classes <abstract base class>` (ABCs) 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