diff options
author | Georg Brandl <georg@python.org> | 2007-11-29 17:01:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-11-29 17:01:20 (GMT) |
commit | 9d83daa03d66e438c2988195e61878086edc6c77 (patch) | |
tree | a38e31fe57756157a819f571d61994c78313a6f5 /Doc/library | |
parent | d7b333779a86435fecf67ecb68b4bb572b70dd8a (diff) | |
download | cpython-9d83daa03d66e438c2988195e61878086edc6c77.zip cpython-9d83daa03d66e438c2988195e61878086edc6c77.tar.gz cpython-9d83daa03d66e438c2988195e61878086edc6c77.tar.bz2 |
Fix reference target.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 4fd7bbd..7419944 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1608,7 +1608,7 @@ implementation found in the :mod:`sets` module. .. seealso:: - :ref:`comparison-to-builtin-set.html` + :ref:`comparison-to-builtin-set` Differences between the :mod:`sets` module and the built-in set types. |