]> granicus.if.org Git - python/commitdiff
Remove link that’s already present at the top of the file
authorÉric Araujo <merwok@netwok.org>
Fri, 3 Jun 2011 18:43:42 +0000 (20:43 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 3 Jun 2011 18:43:42 +0000 (20:43 +0200)
Doc/library/collections.rst

index 79db55ec400dba1d7922da63c34f3018716768a9..1a41a5080551730cece0b78b6bd5dfcc6acc7859 100644 (file)
@@ -1136,9 +1136,6 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
 
 .. seealso::
 
-   * Latest version of the :source:`Python source code for the collections
-     abstract base classes <Lib/_abcoll.py>`
-
    * `OrderedSet recipe <http://code.activestate.com/recipes/576694/>`_ for an
      example built on :class:`MutableSet`.