From 4e47680060f6d0e535d14b05708d68689a0a236a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 3 Jul 2008 13:01:17 +0000 Subject: [PATCH] let the term be linked --- Doc/library/abc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst index 9cdb5b3230..8700fafe08 100644 --- a/Doc/library/abc.rst +++ b/Doc/library/abc.rst @@ -9,8 +9,8 @@ .. versionadded:: 2.6 -This module provides the infrastructure for defining :term:`abstract base -classes` (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this +This module provides the infrastructure for defining an :term:`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.) -- 2.50.1