From: Éric Araujo Date: Fri, 3 Jun 2011 18:43:42 +0000 (+0200) Subject: Remove link that’s already present at the top of the file X-Git-Tag: v3.2.1rc2~89^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07e58c33896c382ebccd99ed8dc28e457ab96c45;p=thirdparty%2FPython%2Fcpython.git Remove link that’s already present at the top of the file --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 79db55ec400d..1a41a5080551 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`.