gh-101880: add link to object.__hash__() in hash() builtin documentation (#101883)

This commit is contained in:
Owain Davies 2023-07-08 15:48:33 +07:00 committed by GitHub
parent 69a39bd9ad
commit ec7180bd1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -794,7 +794,7 @@ are always available. They are listed here in alphabetical order.
For objects with custom :meth:`__hash__` methods, note that :func:`hash`
truncates the return value based on the bit width of the host machine.
See :meth:`__hash__` for details.
See :meth:`__hash__ <object.__hash__>` for details.
.. function:: help()
help(request)