Skip to content

Commit c763c61

Browse files
authored
Update Modules/mathmodule.c
1 parent 0e1ba52 commit c763c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/mathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3226,7 +3226,7 @@ static PyMethodDef math_methods[] = {
32263226
{"atan2", _PyCFunction_CAST(math_atan2), METH_FASTCALL, math_atan2_doc},
32273227
{"atanh", math_atanh, METH_O, math_atanh_doc},
32283228
{"atan2pi", _PyCFunction_CAST(math_atan2pi), METH_FASTCALL, math_atan2pi_doc},
3229-
{"atanpi", math_atanpi, METH_O, math_atanpi_doc},
3229+
{"atanpi", math_atanpi, METH_O, math_atanpi_doc},
32303230
{"cbrt", math_cbrt, METH_O, math_cbrt_doc},
32313231
MATH_CEIL_METHODDEF
32323232
{"copysign", _PyCFunction_CAST(math_copysign), METH_FASTCALL, math_copysign_doc},

0 commit comments

Comments
 (0)