summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-04-13 23:37:51 (GMT)
committerGitHub <noreply@github.com>2017-04-13 23:37:51 (GMT)
commitc5c24cfaf9fe9a38f0901756cd797bd12524a8b7 (patch)
tree22fe54fac7c4258fd661680bedb82a06481a399b /Doc
parent04ac85394565a1cfbfae03b072ca82adc3a83d3b (diff)
downloadcpython-c5c24cfaf9fe9a38f0901756cd797bd12524a8b7.zip
cpython-c5c24cfaf9fe9a38f0901756cd797bd12524a8b7.tar.gz
cpython-c5c24cfaf9fe9a38f0901756cd797bd12524a8b7.tar.bz2
[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 873ef20d0007b4b120933473e6252d2309a70102)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 9126535..138f7d0 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.