Skip to content

Commit db58fc9

Browse files
fix typo
1 parent fda9618 commit db58fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typevarobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static void
156156
noextraitems_dealloc(PyObject *obj)
157157
{
158158
/* This should never get called, but we also don't want to SEGV if
159-
* we accidentally decref NoDefault out of existence. Instead,
159+
* we accidentally decref NoExtraItems out of existence. Instead,
160160
* since NoDefault is an immortal object, re-set the reference count.
161161
*/
162162
_Py_SetImmortal(obj);

0 commit comments

Comments
 (0)