Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3af68fc

Browse files
authored
bpo-46013: Fix confusing kerning on period in docs (GH-29989)
1 parent b3f2d4c commit 3af68fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ Basic customization
15011501

15021502
Called by built-in function :func:`hash` and for operations on members of
15031503
hashed collections including :class:`set`, :class:`frozenset`, and
1504-
:class:`dict`. :meth:`__hash__` should return an integer. The only required
1504+
:class:`dict`. The ``__hash__()`` method should return an integer. The only required
15051505
property is that objects which compare equal have the same hash value; it is
15061506
advised to mix together the hash values of the components of the object that
15071507
also play a part in comparison of objects by packing them into a tuple and

0 commit comments

Comments
 (0)