Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdde506

Browse files
committed
Put those source links together
1 parent 1bdd6fd commit bdde506

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Doc/library/collections.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ In addition to the concrete container classes, the collections module provides
3131
:ref:`abstract-base-classes` that can be used to test whether a class provides a
3232
particular interface, for example, whether it is hashable or a mapping.
3333

34-
.. seealso::
35-
36-
Latest version of the :source:`collections module Python source code
37-
<Lib/collections.py>`
38-
3934

4035
:class:`Counter` objects
4136
------------------------
@@ -1069,6 +1064,9 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
10691064

10701065
.. seealso::
10711066

1067+
* Latest version of the :source:`collections module Python source code
1068+
<Lib/collections.py>`
1069+
10721070
* Latest version of the :source:`Python source code for the collections
10731071
abstract base classes <Lib/_abcoll.py>`
10741072

0 commit comments

Comments
 (0)