From: Antoine Pitrou <solipsis@pitrou.net>
Date: Fri, 7 Jan 2011 18:43:14 +0000 (+0000)
Subject: Put those source links together
X-Git-Tag: v3.2rc1~134
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdde5061163bd773f56e3774f38fa80344267f6f;p=python

Put those source links together
---

diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 3e03dee3ac..b3d6f5517a 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -31,11 +31,6 @@ In addition to the concrete container classes, the collections module provides
 :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::
-
-   Latest version of the :source:`collections module Python source code
-   <Lib/collections.py>`
-
 
 :class:`Counter` objects
 ------------------------
@@ -1069,6 +1064,9 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
 
 .. seealso::
 
+   * Latest version of the :source:`collections module Python source code
+     <Lib/collections.py>`
+
    * Latest version of the :source:`Python source code for the collections
      abstract base classes <Lib/_abcoll.py>`