Avoid title case in flowing text (backport from 3.2)

This commit is contained in:
Éric Araujo 2011-08-13 02:47:38 +02:00
parent 5088b504be
commit 569ff91a5a
1 changed files with 3 additions and 2 deletions

View 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::