Skip to content

Commit

Permalink
pythongh-101880: add link to object.__hash__() in hash() builtin docu…
Browse files Browse the repository at this point in the history
…mentation (pythonGH-101883)

(cherry picked from commit ec7180b)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
  • Loading branch information
OTheDev authored and miss-islington committed Jul 8, 2023
1 parent 6cd08a5 commit 0fe1e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,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)
Expand Down

0 comments on commit 0fe1e82

Please sign in to comment.