From: Raymond Hettinger Date: Fri, 7 Jan 2011 21:17:56 +0000 (+0000) Subject: Revert r87823 which moved the source link to the wrong section. X-Git-Tag: v3.2rc1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1122fa2eb4b0942e26ea12cfc0bd1e497411738b;p=thirdparty%2FPython%2Fcpython.git Revert r87823 which moved the source link to the wrong section. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index b3d6f5517ac1..3e03dee3ac0e 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -31,6 +31,11 @@ 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 + ` + :class:`Counter` objects ------------------------ @@ -1064,9 +1069,6 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin: .. seealso:: - * Latest version of the :source:`collections module Python source code - ` - * Latest version of the :source:`Python source code for the collections abstract base classes `