commit | 07e58c33896c382ebccd99ed8dc28e457ab96c45 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri Jun 03 20:43:42 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri Jun 03 20:43:42 2011 +0200 |
tree | 6e4742fc51db0042e9be6fd685b75a0fae0f8de4 | |
parent | 98e68adc7ee0acdeda4747e91fdb3deed1eaa5dc [diff] |
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 79db55e..1a41a50 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst
@@ -1136,9 +1136,6 @@ .. 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`.