summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/object.h')
-rw-r--r--Include/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h
index 243de29..77f5c55 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -227,7 +227,7 @@ typedef struct _typeobject {
PySequenceMethods *tp_as_sequence;
PyMappingMethods *tp_as_mapping;
- /* More standard operations (at end for binary compatibility) */
+ /* More standard operations (here for binary compatibility) */
hashfunc tp_hash;
ternaryfunc tp_call;