We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0977fc2 commit 61d741fCopy full SHA for 61d741f
1 file changed
Doc/library/collections.abc.rst
@@ -459,7 +459,7 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
459
The :class:`Set` mixin provides a :meth:`!_hash` method to compute a hash value
460
for the set; however, :meth:`~object.__hash__` is not defined because not all sets
461
are :term:`hashable` or immutable. To add set hashability using mixins,
462
- inherit from both :meth:`Set` and :meth:`Hashable`, then define
+ inherit from both :class:`Set` and :class:`Hashable`, then define
463
``__hash__ = Set._hash``.
464
465
.. seealso::
0 commit comments