summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 80b5326..d6fa35a 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.