From 569ff91a5a89f1cf66cc0481bb33391285dd1468 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sat, 13 Aug 2011 02:47:38 +0200 Subject: [PATCH] Avoid title case in flowing text (backport from 3.2) --- Doc/library/collections.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 9f6d079253..96895dd7ac 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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 ` that can be +used to test whether a class provides a particular interface, for example, +whether it is hashable or a mapping. .. seealso:: -- 2.40.0