Kaydet (Commit) f3c4ad14 authored tarafından Georg Brandl's avatar Georg Brandl

typo

üst 26fd2e1d
...@@ -309,7 +309,7 @@ _ldict(localobject *self) ...@@ -309,7 +309,7 @@ _ldict(localobject *self)
return NULL; return NULL;
else { else {
int i = PyDict_SetItem(tdict, self->key, ldict); 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) if (i < 0)
return NULL; 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