diff options
-rw-r--r-- | Doc/library/collections.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 79db55e..1a41a50 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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`. |