Commit 86a1ed39 authored by Éric Araujo's avatar Éric Araujo

Minor wording improvement

parent ea87ae3a
......@@ -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.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment