]> granicus.if.org Git - python/commitdiff
Fix typo
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 18 Aug 2008 13:32:19 +0000 (13:32 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 18 Aug 2008 13:32:19 +0000 (13:32 +0000)
Doc/c-api/object.rst

index 883d095df138ea7703782cfda37d812e84569e39..a2487ff56eb3385fd70ddcbd86af9817af41ed6a 100644 (file)
@@ -273,7 +273,7 @@ is considered sufficient for this determination.
 
    Set a TypeError indicating that ``type(o)`` is not hashable and return ``-1``.
    This function receives special treatment when stored in a ``tp_hash`` slot,
-   allowing a type to explicit indicate to the interpreter that it is not
+   allowing a type to explicitly indicate to the interpreter that it is not
    hashable.
 
    .. versionadded:: 2.6