From: Georg Brandl Date: Thu, 29 Nov 2007 17:01:20 +0000 (+0000) Subject: Fix reference target. X-Git-Tag: v2.6a1~988 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d83daa03d66e438c2988195e61878086edc6c77;p=thirdparty%2FPython%2Fcpython.git Fix reference target. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 4fd7bbdc6e1a..74199443f1dc 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.