From 5fb8b5ce28261d9bb48081fa68ebe3d0323dd269 Mon Sep 17 00:00:00 2001 From: Joshua Diaddigo Date: Thu, 13 Apr 2017 12:37:28 -0400 Subject: [PATCH] Fix a typo in Doc/library/functions.rst --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 9126535eecb85c..138f7d027cb86f 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -610,7 +610,7 @@ are always available. They are listed here in alphabetical order. .. note:: - For object's with custom :meth:`__hash__` methods, note that :func:`hash` + 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.