]> granicus.if.org Git - python/commitdiff
Minor wording improvement
authorÉric Araujo <merwok@netwok.org>
Wed, 15 Jun 2011 15:49:20 +0000 (17:49 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 15 Jun 2011 15:49:20 +0000 (17:49 +0200)
Doc/library/abc.rst

index fa34a6f60783f9cb5975b799e889d96f4596a4c7..1048b24c088c0519065e27fd912d9c81b85535eb 100644 (file)
@@ -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.)