summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-02-18 17:47:23 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-02-18 17:47:23 (GMT)
commit8ff851b468854061b3a83f4184d30a93fb6b4925 (patch)
tree392afcf9328681c1a2de74f90de6ae766c2daa04 /Doc/library
parentf9ad7d476ab288ef9fef5c1812ac5acf544e36a3 (diff)
downloadcpython-8ff851b468854061b3a83f4184d30a93fb6b4925.zip
cpython-8ff851b468854061b3a83f4184d30a93fb6b4925.tar.gz
cpython-8ff851b468854061b3a83f4184d30a93fb6b4925.tar.bz2
Link from deprecated sets module to builtins set and frozenset (#11238)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/sets.rst2
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