We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a39bd commit ec7180bCopy full SHA for ec7180b
Doc/library/functions.rst
@@ -794,7 +794,7 @@ are always available. They are listed here in alphabetical order.
794
795
For objects with custom :meth:`__hash__` methods, note that :func:`hash`
796
truncates the return value based on the bit width of the host machine.
797
- See :meth:`__hash__` for details.
+ See :meth:`__hash__ <object.__hash__>` for details.
798
799
.. function:: help()
800
help(request)
0 commit comments