diff options
-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 4fd7bbd..7419944 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. |