mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25418: Fix markup in object.__hash__ documentation
Patch by TAKASE Arihiro.
This commit is contained in:
parent
b2f87608d1
commit
edb9111d41
1 changed files with 1 additions and 1 deletions
|
@ -1331,7 +1331,7 @@ Basic customization
|
|||
:meth:`__hash__` method of a class is ``None``, instances of the class will
|
||||
raise an appropriate :exc:`TypeError` when a program attempts to retrieve
|
||||
their hash value, and will also be correctly identified as unhashable when
|
||||
checking ``isinstance(obj, collections.Hashable``).
|
||||
checking ``isinstance(obj, collections.Hashable)``.
|
||||
|
||||
If a class that overrides :meth:`__eq__` needs to retain the implementation
|
||||
of :meth:`__hash__` from a parent class, the interpreter must be told this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue