Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).

This commit is contained in:
Nadeem Vawda 2012-06-22 00:35:57 +02:00
parent a425c3d5a2
commit cf5e1d82e3
2 changed files with 7 additions and 8 deletions

View file

@ -619,7 +619,7 @@ PyZlib_objdecompress(compobject *self, PyObject *args)
RetVal = NULL;
goto error;
}
/* repeat the call to inflate! */
/* Repeat the call to inflate. */
Py_BEGIN_ALLOW_THREADS
err = inflate(&(self->zst), Z_SYNC_FLUSH);
Py_END_ALLOW_THREADS