summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-11-09 12:31:43 +0000
committerGeorg Brandl <georg@python.org>2007-11-09 12:31:43 +0000
commit9a44c83db705e98603fe06c82a69335cd32bcbb1 (patch)
treef8c026fc6c4fa806fb49ccb8b3b9c1fbf27dbaea
parent403f0f70a9463ac5136335edd8e437f85ef98c69 (diff)
downloadcpython-9a44c83db705e98603fe06c82a69335cd32bcbb1.tar.gz
Fix seealso link to sets docs. Do not merge to Py3k.
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index f394b23b85..4fd7bbdc6e 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -1608,7 +1608,7 @@ implementation found in the :mod:`sets` module.
.. seealso::
- `Comparison to the built-in set types <comparison-to-builtin-set.html>`_
+ :ref:`comparison-to-builtin-set.html`
Differences between the :mod:`sets` module and the built-in set types.