From: Owain Davies <116417456+OTheDev@users.noreply.github.com> Date: Sat, 8 Jul 2023 08:48:33 +0000 (+0700) Subject: gh-101880: add link to object.__hash__() in hash() builtin documentation (#101883) X-Git-Tag: v3.13.0a1~1474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec7180bd1b3c156d4484e8e6babc5ecb707420e3;p=thirdparty%2FPython%2Fcpython.git gh-101880: add link to object.__hash__() in hash() builtin documentation (#101883) --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 9b9731e91898..d8091f0b093a 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__ ` for details. .. function:: help() help(request)