mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Link from deprecated sets module to builtins set and frozenset (#11238)
This commit is contained in:
parent
f9ad7d476a
commit
8ff851b468
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
.. versionadded:: 2.3
|
.. versionadded:: 2.3
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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
|
The :mod:`sets` module provides classes for constructing and manipulating
|
||||||
unordered collections of unique elements. Common uses include membership
|
unordered collections of unique elements. Common uses include membership
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue