From 8ddf7c2d2bbd272d5cd738026274e97a323e52fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 15 Jun 2011 17:49:20 +0200 Subject: Minor wording improvement --- 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 fa34a6f..1048b24 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.) -- cgit v0.12