diff options
-rw-r--r-- | Doc/library/sets.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sets.rst b/Doc/library/sets.rst index 47b2d76..7bd2931 100644 --- a/Doc/library/sets.rst +++ b/Doc/library/sets.rst @@ -14,7 +14,7 @@ .. versionadded:: 2.3 .. deprecated:: 2.6 - The built-in ``set``/``frozenset`` types replace this module. + The built-in :class:`set`/:class:`frozenset` types replace this module. The :mod:`sets` module provides classes for constructing and manipulating unordered collections of unique elements. Common uses include membership |