]> granicus.if.org Git - python/commitdiff
Avoid title case in flowing text (backport from 3.2)
authorÉric Araujo <merwok@netwok.org>
Sat, 13 Aug 2011 00:47:38 +0000 (02:47 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 13 Aug 2011 00:47:38 +0000 (02:47 +0200)
Doc/library/collections.rst

index 9f6d079253b3340b239721ce159210d5a828c2ba..96895dd7acec969881e6438d483c2d3632f925d4 100644 (file)
@@ -28,8 +28,9 @@ Python's general purpose built-in containers, :class:`dict`, :class:`list`,
 =====================   ====================================================================  ===========================
 
 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::