Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5c24cf

Browse files
authored
[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 873ef20)
1 parent 04ac853 commit c5c24cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ are always available. They are listed here in alphabetical order.
610610

611611
.. note::
612612

613-
For object's with custom :meth:`__hash__` methods, note that :func:`hash`
613+
For objects with custom :meth:`__hash__` methods, note that :func:`hash`
614614
truncates the return value based on the bit width of the host machine.
615615
See :meth:`__hash__` for details.
616616

0 commit comments

Comments
 (0)