]> granicus.if.org Git - python/commitdiff
[3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 13 Apr 2017 23:38:17 +0000 (16:38 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2017 23:38:17 +0000 (16:38 -0700)
Replace `For object's ... ` with `For objects ...`
(cherry picked from commit 873ef20d0007b4b120933473e6252d2309a70102)

Doc/library/functions.rst

index 80b53263c8b53faf69f48c3aa07dd29b5f729974..d6fa35a5ccb98cd4faf1de17710bae1a44dd0ea7 100644 (file)
@@ -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.