Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ddf7c2

Browse files
committed
Minor wording improvement
1 parent c8be840 commit 8ddf7c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/abc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
--------------
1313

14-
This module provides the infrastructure for defining an :term:`abstract base
15-
class` (ABC) in Python, as outlined in :pep:`3119`; see the PEP for why this
14+
This module provides the infrastructure for defining :term:`abstract base
15+
classes <abstract base class>` (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this
1616
was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
1717
regarding a type hierarchy for numbers based on ABCs.)
1818

0 commit comments

Comments
 (0)