[3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123)

Replace `For object's ... ` with `For objects ...`
(cherry picked from commit 873ef20d00)
This commit is contained in:
Mariatta 2017-04-13 16:37:51 -07:00 committed by GitHub
parent 04ac853945
commit c5c24cfaf9

View file

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