Put those source links together

This commit is contained in:
Antoine Pitrou 2011-01-07 18:43:14 +00:00
parent 1bdd6fd7c7
commit bdde506116
1 changed files with 3 additions and 5 deletions

View 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>`