diff options
author | Georg Brandl <georg@python.org> | 2007-11-09 12:31:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-11-09 12:31:43 (GMT) |
commit | 07c19eaa2000b8778c405a9cab5cb7603f318682 (patch) | |
tree | 190e682cc78c4221bb7f9e3493c1f62c6b698e75 | |
parent | e8d58ba6bb0c49f7e6314fdf44b88c1c850c3ca0 (diff) | |
download | cpython-07c19eaa2000b8778c405a9cab5cb7603f318682.zip cpython-07c19eaa2000b8778c405a9cab5cb7603f318682.tar.gz cpython-07c19eaa2000b8778c405a9cab5cb7603f318682.tar.bz2 |
Fix seealso link to sets docs. Do not merge to Py3k.
-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 f394b23..4fd7bbd 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. |