]> granicus.if.org Git - python/commitdiff
Fix a typo in Doc/library/functions.rst (GH-1117)
authorJoshua Diaddigo <joshuad95@hotmail.com>
Thu, 13 Apr 2017 17:31:37 +0000 (13:31 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 13 Apr 2017 17:31:37 +0000 (10:31 -0700)
Replace `For object's ... ` with `For objects ...`

Doc/library/functions.rst

index 9126535eecb85c1b009d5d7f18414a6acb4c8960..138f7d027cb86fe627ae5d93ea316889cafae589 100644 (file)
@@ -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.