Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8be840 commit 8ddf7c2Copy full SHA for 8ddf7c2
1 file changed
Doc/library/abc.rst
@@ -11,8 +11,8 @@
11
12
--------------
13
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
+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
16
was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
17
regarding a type hierarchy for numbers based on ABCs.)
18
0 commit comments