8000 [3.6] Fix a typo in Doc/library/functions.rst (GH-1117) by Mariatta · Pull Request #1123 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
0