diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h index d1e60be..55c9722 100644 --- a/Include/object.h +++ b/Include/object.h @@ -217,7 +217,7 @@ typedef struct _typeobject { /* More standard operations (at end for binary compatibility) */ hashfunc tp_hash; - binaryfunc tp_call; + ternaryfunc tp_call; reprfunc tp_str; /* Space for future expansion */ |