commit | cf5e1d82e3c0910f094727b6ef8e2a63da9ed8cf | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Fri Jun 22 00:35:57 2012 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Fri Jun 22 00:35:57 2012 +0200 |
tree | 29b27886df60b1714825cbc2446dfa8a47189301 | |
parent | a425c3d5a264c556d31bdd88097c79246b533ea3 [diff] |
Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).
diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index 102740b..a44ed0d 100644 --- a/Modules/zlibmodule.c +++ b/Modules/zlibmodule.c
@@ -619,7 +619,7 @@ 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