From: Nick Coghlan Date: Mon, 18 Aug 2008 13:32:19 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.6b3~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e439a16b25c3204ddddb71628d38745cc4299f4;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index 883d095df138..a2487ff56eb3 100644 --- a/Doc/c-api/object.rst +++ b/Doc/c-api/object.rst @@ -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