From: Joshua Diaddigo Date: Thu, 13 Apr 2017 17:31:37 +0000 (-0400) Subject: Fix a typo in Doc/library/functions.rst (GH-1117) X-Git-Tag: v3.7.0a1~972 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=873ef20d0007b4b120933473e6252d2309a70102;p=python Fix a typo in Doc/library/functions.rst (GH-1117) Replace `For object's ... ` with `For objects ...` --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 9126535eec..138f7d027c 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.