mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).
This commit is contained in:
parent
a425c3d5a2
commit
cf5e1d82e3
2 changed files with 7 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue