]> granicus.if.org Git - python/commitdiff
Put those source links together
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 18:43:14 +0000 (18:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 18:43:14 +0000 (18:43 +0000)
Doc/library/collections.rst

index 3e03dee3ac0e8741e3309322deca21b78c3288f9..b3d6f5517ac1a3dce3bc45d3aa95ae2955368f66 100644 (file)
@@ -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>`