Skip to content

Commit 560916f

Browse files
miss-islingtonirismessage
authored andcommitted
bpo-46013: Fix confusing kerning on period in docs (pythonGH-29989) (pythonGH-32006)
(cherry picked from commit 3af68fc) Co-authored-by: jmcb <[email protected]> Co-authored-by: jmcb <[email protected]>
1 parent 60a9fe2 commit 560916f

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
@@ -1435,7 +1435,7 @@ Basic customization
14351435

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

0 commit comments

Comments
 (0)