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

Skip to content

Commit 1122fa2

Browse files
committed
Revert r87823 which moved the source link to the wrong section.
1 parent 32e8fea commit 1122fa2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/library/collections.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ 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+
3439

3540
:class:`Counter` objects
3641
------------------------
@@ -1064,9 +1069,6 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
10641069

10651070
.. seealso::
10661071

1067-
* Latest version of the :source:`collections module Python source code
1068-
<Lib/collections.py>`
1069-
10701072
* Latest version of the :source:`Python source code for the collections
10711073
abstract base classes <Lib/_abcoll.py>`
10721074

0 commit comments

Comments
 (0)