[Python-checkins] cpython (2.7): Avoid title case in flowing text (backport from 3.2)

eric.araujo python-checkins at python.org
Fri Aug 19 14:28:04 CEST 2011


http://hg.python.org/cpython/rev/8678bebec746
changeset:   71945:8678bebec746
branch:      2.7
parent:      71813:0fbd44e3f342
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Aug 13 02:47:38 2011 +0200
summary:
  Avoid title case in flowing text (backport from 3.2)

files:
  Doc/library/collections.rst |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -28,8 +28,9 @@
 =====================   ====================================================================  ===========================
 
 In addition to the concrete container classes, the collections module provides
-:ref:`collections-abstract-base-classes` that can be used to test whether a class provides a
-particular interface, for example, whether it is hashable or a mapping.
+:ref:`abstract base classes <collections-abstract-base-classes>` that can be
+used to test whether a class provides a particular interface, for example,
+whether it is hashable or a mapping.
 
 .. seealso::
 

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


More information about the Python-checkins mailing list