Skip to content

Commit 1a032f6

Browse files
committed
Fix style mistake
1 parent 1e4a979 commit 1a032f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ version 1.2.0-dev
1414
library.
1515
+ Fix bug where zdict's could not be set for ``isal_zlib.decompressobj`` and
1616
``igzip_lib.IgzipDecompressor``.
17-
+ Escape GIL when calling inflate, deflate, crc32 and adler32 functions to
18-
just like in CPython. This allows for utilising more CPU cores in combination
17+
+ Escape GIL when calling inflate, deflate, crc32 and adler32 functions just
18+
like in CPython. This allows for utilising more CPU cores in combination
1919
with the threading module. This comes with a very slight cost in efficiency
2020
for strict single-threaded applications.
2121

0 commit comments

Comments
 (0)