[Python-checkins] r87823 - python/branches/py3k/Doc/library/collections.rst

antoine.pitrou python-checkins at python.org
Fri Jan 7 19:43:14 CET 2011


Author: antoine.pitrou
Date: Fri Jan  7 19:43:14 2011
New Revision: 87823

Log:
Put those source links together



Modified:
   python/branches/py3k/Doc/library/collections.rst

Modified: python/branches/py3k/Doc/library/collections.rst
==============================================================================
--- python/branches/py3k/Doc/library/collections.rst	(original)
+++ python/branches/py3k/Doc/library/collections.rst	Fri Jan  7 19:43:14 2011
@@ -31,11 +31,6 @@
 :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 @@
 
 .. 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>`
 


More information about the Python-checkins mailing list