Skip to content

Commit 2153507

Browse files
committed
fixup
1 parent f6d6df3 commit 2153507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10816,7 +10816,7 @@ static pytype_slotdef slotdefs[] = {
1081610816
wrap_descr_delete,
1081710817
"__delete__($self, instance, /)\n--\n\nDelete an attribute of instance."),
1081810818
FLSLOT(__init__, tp_init, slot_tp_init,
10819-
_Py_FUNC_CAST(wrapperfunc, wrap_call),
10819+
_Py_FUNC_CAST(wrapperfunc, wrap_init),
1082010820
"__init__($self, /, *args, **kwargs)\n--\n\n"
1082110821
"Initialize self. See help(type(self)) for accurate signature.",
1082210822
PyWrapperFlag_KEYWORDS),

0 commit comments

Comments
 (0)