From 8e439a16b25c3204ddddb71628d38745cc4299f4 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Mon, 18 Aug 2008 13:32:19 +0000 Subject: [PATCH] Fix typo --- Doc/c-api/object.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index 883d095df1..a2487ff56e 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 -- 2.49.0