diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 18:43:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 18:43:14 (GMT) |
commit | bdde5061163bd773f56e3774f38fa80344267f6f (patch) | |
tree | eca234e923c0b56548f2e278ae030b4ab3a4eb88 /Doc/library/collections.rst | |
parent | 1bdd6fd7c7b4c0cc2f614e3467c755ddffdf34c7 (diff) | |
download | cpython-bdde5061163bd773f56e3774f38fa80344267f6f.zip cpython-bdde5061163bd773f56e3774f38fa80344267f6f.tar.gz cpython-bdde5061163bd773f56e3774f38fa80344267f6f.tar.bz2 |
Put those source links together
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r-- | Doc/library/collections.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 3e03dee..b3d6f55 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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>` |