[Python-checkins] cpython (3.2): Minor wording improvement

eric.araujo python-checkins at python.org
Wed Jun 15 17:52:57 CEST 2011


http://hg.python.org/cpython/rev/8a9d25804c3d
changeset:   70819:8a9d25804c3d
branch:      3.2
parent:      70815:1524a60016d0
user:        Éric Araujo <merwok at netwok.org>
date:        Wed Jun 15 17:49:20 2011 +0200
summary:
  Minor wording improvement

files:
  Doc/library/abc.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst
--- 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 <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.)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list