Skip to content

Commit 2bc6bc7

Browse files
committed
Fix typo
1 parent 2675738 commit 2bc6bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testcapi/numbers.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BINARYFUNC(Divmod, divmod)
4545
\
4646
NULLABLE(o1); \
4747
NULLABLE(o2); \
48-
return PyNumber_Power(o1, o2, o3); \
48+
return PyNumber_##funcsuffix(o1, o2, o3); \
4949
};
5050

5151
TERNARYFUNC(Power, power)

0 commit comments

Comments
 (0)