summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/object.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/object.rst')
-rw-r--r--Doc/c-api/object.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index 883d095..a2487ff 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