Skip to content

Commit f3c4ad1

Browse files
committed
typo
1 parent 26fd2e1 commit f3c4ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/threadmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ _ldict(localobject *self)
309309
return NULL;
310310
else {
311311
int i = PyDict_SetItem(tdict, self->key, ldict);
312-
Py_DECREF(ldict); /* now ldict is borowed */
312+
Py_DECREF(ldict); /* now ldict is borrowed */
313313
if (i < 0)
314314
return NULL;
315315
}

0 commit comments

Comments
 (0)