]> granicus.if.org Git - python/commitdiff
Fix seealso link to sets docs. Do not merge to Py3k.
authorGeorg Brandl <georg@python.org>
Fri, 9 Nov 2007 12:31:43 +0000 (12:31 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 9 Nov 2007 12:31:43 +0000 (12:31 +0000)
Doc/library/stdtypes.rst

index f394b23b8566e7e0d2a9489fd190381578921862..4fd7bbdc6e1a29aa5e35f34a27458e8c86aae6ec 100644 (file)
@@ -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.