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 6d290d5 commit 87b3e20Copy full SHA for 87b3e20
Doc/reference/datamodel.rst
@@ -1466,7 +1466,7 @@ Basic customization
1466
1467
Called by built-in function :func:`hash` and for operations on members of
1468
hashed collections including :class:`set`, :class:`frozenset`, and
1469
- :class:`dict`. :meth:`__hash__` should return an integer. The only required
+ :class:`dict`. The ``__hash__()`` method should return an integer. The only required
1470
property is that objects which compare equal have the same hash value; it is
1471
advised to mix together the hash values of the components of the object that
1472
also play a part in comparison of objects by packing them into a tuple and
0 commit comments