diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 79db55ec400..1a41a508055 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 ` - * `OrderedSet recipe `_ for an example built on :class:`MutableSet`.