[Python-checkins] r65812 - python/trunk/Doc/c-api/object.rst

nick.coghlan python-checkins at python.org
Mon Aug 18 15:32:19 CEST 2008


Author: nick.coghlan
Date: Mon Aug 18 15:32:19 2008
New Revision: 65812

Log:
Fix typo

Modified:
   python/trunk/Doc/c-api/object.rst

Modified: python/trunk/Doc/c-api/object.rst
==============================================================================
--- python/trunk/Doc/c-api/object.rst	(original)
+++ python/trunk/Doc/c-api/object.rst	Mon Aug 18 15:32:19 2008
@@ -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


More information about the Python-checkins mailing list