]> granicus.if.org Git - python/commitdiff
Link from deprecated sets module to builtins set and frozenset (#11238)
authorÉric Araujo <merwok@netwok.org>
Fri, 18 Feb 2011 17:47:23 +0000 (17:47 +0000)
committerÉric Araujo <merwok@netwok.org>
Fri, 18 Feb 2011 17:47:23 +0000 (17:47 +0000)
Doc/library/sets.rst

index 47b2d76928814e2f13679ee493ade9ee65803dac..7bd29311402a508918f348762ff9e7636ccdbf78 100644 (file)
@@ -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