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

raymond.hettinger python-checkins at python.org
Fri Jan 7 22:17:56 CET 2011


Author: raymond.hettinger
Date: Fri Jan  7 22:17:56 2011
New Revision: 87833

Log:
Revert r87823 which moved the source link to the wrong section.

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 22:17:56 2011
@@ -31,6 +31,11 @@
 :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
 ------------------------
@@ -1064,9 +1069,6 @@
 
 .. 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