Commit b862541c authored by Ruslan Spivak's avatar Ruslan Spivak

typo

parent 0b59e2cc
...@@ -1308,7 +1308,7 @@ bucket_pop(Bucket *self, PyObject *args) ...@@ -1308,7 +1308,7 @@ bucket_pop(Bucket *self, PyObject *args)
/* Delete key and associated value. */ /* Delete key and associated value. */
if (_bucket_set(self, key, NULL, 0, 0, &dummy_changed) < 0) { if (_bucket_set(self, key, NULL, 0, 0, &dummy_changed) < 0) {
Py_DECREF(value); Py_DECREF(value);
return NULL;; return NULL;
} }
return value; return value;
} }
......
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