Commit 3a089114 authored by Georg Brandl's avatar Georg Brandl

typo

parent 725e6f9b
......@@ -309,7 +309,7 @@ _ldict(localobject *self)
return NULL;
else {
int i = PyDict_SetItem(tdict, self->key, ldict);
Py_DECREF(ldict); /* now ldict is borowed */
Py_DECREF(ldict); /* now ldict is borrowed */
if (i < 0)
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment