From: Mariatta Date: Thu, 13 Apr 2017 23:38:17 +0000 (-0700) Subject: [3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124) X-Git-Tag: v3.5.4rc1~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=118cf91a312fcee11309b80f30c8a9ba901042da;p=python [3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124) Replace `For object's ... ` with `For objects ...` (cherry picked from commit 873ef20d0007b4b120933473e6252d2309a70102) --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 80b53263c8..d6fa35a5cc 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -604,7 +604,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.