Kaydet (Commit) 8ff851b4 authored tarafından Éric Araujo's avatar Éric Araujo

Link from deprecated sets module to builtins set and frozenset (#11238)

üst f9ad7d47
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment