From: Georg Brandl Date: Fri, 9 Nov 2007 12:31:43 +0000 (+0000) Subject: Fix seealso link to sets docs. Do not merge to Py3k. X-Git-Tag: v2.6a1~1076 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07c19eaa2000b8778c405a9cab5cb7603f318682;p=python Fix seealso link to sets docs. Do not merge to Py3k. --- 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 `_ + :ref:`comparison-to-builtin-set.html` Differences between the :mod:`sets` module and the built-in set types.