Remove link that’s already present at the top of the file

This commit is contained in:
Éric Araujo 2011-06-03 20:43:42 +02:00
parent 98e68adc7e
commit 07e58c3389

View file

@ -1136,9 +1136,6 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
.. seealso:: .. 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 * `OrderedSet recipe <http://code.activestate.com/recipes/576694/>`_ for an
example built on :class:`MutableSet`. example built on :class:`MutableSet`.