Skip to content

Commit 48f58e0

Browse files
[3.12] gh-101880: add link to object.__hash__() in hash() builtin documentation (GH-101883) (#106546)
gh-101880: add link to object.__hash__() in hash() builtin documentation (GH-101883) (cherry picked from commit ec7180b) Co-authored-by: Owain Davies <[email protected]>
1 parent 8fdb058 commit 48f58e0

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)