Fix typo
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 @@
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