From: Éric Araujo Date: Fri, 18 Feb 2011 17:47:23 +0000 (+0000) Subject: Link from deprecated sets module to builtins set and frozenset (#11238) X-Git-Tag: v2.7.2rc1~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ff851b468854061b3a83f4184d30a93fb6b4925;p=thirdparty%2FPython%2Fcpython.git Link from deprecated sets module to builtins set and frozenset (#11238) --- diff --git a/Doc/library/sets.rst b/Doc/library/sets.rst index 47b2d7692881..7bd29311402a 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