Skip to content

Commit f7d75ac

Browse files
committed
Fix typo
1 parent f7bd310 commit f7d75ac

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
@@ -11196,7 +11196,7 @@ PyType_Freeze(PyTypeObject *type)
1119611196
}
1119711197

1119811198
type->tp_flags |= Py_TPFLAGS_IMMUTABLETYPE;
11199-
PyType_Modified(type)
11199+
PyType_Modified(type);
1120011200

1120111201
return 0;
1120211202
}

0 commit comments

Comments
 (0)