From: Éric Araujo Date: Wed, 15 Jun 2011 15:49:20 +0000 (+0200) Subject: Minor wording improvement X-Git-Tag: v3.2.1rc2~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ddf7c2d2bbd272d5cd738026274e97a323e52fe;p=thirdparty%2FPython%2Fcpython.git Minor wording improvement --- diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst index fa34a6f60783..1048b24c088c 100644 --- a/Doc/library/abc.rst +++ b/Doc/library/abc.rst @@ -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 ` (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.)