summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-07-08 08:52:50 (GMT)
committerGitHub <noreply@github.com>2023-07-08 08:52:50 (GMT)
commit48f58e02430f046d4b039cefce3856b934b02627 (patch)
tree22a91b8cd4ea158c1122180db0d497f0face1a30 /Doc
parent8fdb0587935b66c3942c1740ab5e387b2ea415bb (diff)
downloadcpython-48f58e02430f046d4b039cefce3856b934b02627.zip
cpython-48f58e02430f046d4b039cefce3856b934b02627.tar.gz
cpython-48f58e02430f046d4b039cefce3856b934b02627.tar.bz2
[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 ec7180bd1b3c156d4484e8e6babc5ecb707420e3) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 9b9731e..d8091f0 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -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)