Skip to content

Commit ec7180b

Browse files
authored
gh-101880: add link to object.__hash__() in hash() builtin documentation (#101883)
1 parent 69a39bd commit ec7180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ are always available. They are listed here in alphabetical order.
794794

795795
For objects with custom :meth:`__hash__` methods, note that :func:`hash`
796796
truncates the return value based on the bit width of the host machine.
797-
See :meth:`__hash__` for details.
797+
See :meth:`__hash__ <object.__hash__>` for details.
798798

799799
.. function:: help()
800800
help(request)

0 commit comments

Comments
 (0)