Commit f3c4ad14 authored by Georg Brandl's avatar Georg Brandl

typo

parent 26fd2e1d
......@@ -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