Skip to content

Commit 87b3e20

Browse files
bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005)
(cherry picked from commit 3af68fc) Co-authored-by: jmcb <joel.mcbride1@live.com> Co-authored-by: jmcb <joel.mcbride1@live.com>
1 parent 6d290d5 commit 87b3e20

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
@@ -1466,7 +1466,7 @@ Basic customization
14661466

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

0 commit comments

Comments
 (0)