mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Minor wording improvement
This commit is contained in:
parent
c8be84077b
commit
8ddf7c2d2b
@ -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…
Reference in New Issue
Block a user