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 b69ee31..1f1aeaa 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -190,7 +190,7 @@ typedef struct {
binaryfunc nb_inplace_floor_divide;
binaryfunc nb_inplace_true_divide;
- lenfunc nb_index;
+ unaryfunc nb_index;
} PyNumberMethods;
typedef struct {