diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-03 18:43:42 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-03 18:43:42 (GMT) |
commit | 07e58c33896c382ebccd99ed8dc28e457ab96c45 (patch) | |
tree | 6e4742fc51db0042e9be6fd685b75a0fae0f8de4 | |
parent | 98e68adc7ee0acdeda4747e91fdb3deed1eaa5dc (diff) | |
download | cpython-07e58c33896c382ebccd99ed8dc28e457ab96c45.zip cpython-07e58c33896c382ebccd99ed8dc28e457ab96c45.tar.gz cpython-07e58c33896c382ebccd99ed8dc28e457ab96c45.tar.bz2 |
Remove link that’s already present at the top of the file
-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`. |