[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 873ef20d00)
This commit is contained in:
Mariatta 2017-04-13 16:38:17 -07:00 committed by GitHub
parent e2cf9a9184
commit 118cf91a31

View file

@ -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.