We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680f5ba commit a4443a7Copy full SHA for a4443a7
Lib/compression/zstd/__init__.py
@@ -221,8 +221,9 @@ def bounds(self):
221
class Strategy(enum.IntEnum):
222
"""Compression strategies, listed from fastest to strongest.
223
224
- Note : new strategies _might_ be added in the future, only the order
225
- (from fast to strong) is guaranteed.
+ Note that new strategies might be added in the future.
+ Only the order (from fast to strong) is guaranteed,
226
+ the numeric value might change.
227
"""
228
229
fast = _zstd._ZSTD_fast
0 commit comments