Skip to content

Commit a4443a7

Browse files
Clarify Strategy stability in docstring
Co-authored-by: Adam Turner <[email protected]>
1 parent 680f5ba commit a4443a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lib/compression/zstd/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,9 @@ def bounds(self):
221221
class Strategy(enum.IntEnum):
222222
"""Compression strategies, listed from fastest to strongest.
223223
224-
Note : new strategies _might_ be added in the future, only the order
225-
(from fast to strong) is guaranteed.
224+
Note that new strategies might be added in the future.
225+
Only the order (from fast to strong) is guaranteed,
226+
the numeric value might change.
226227
"""
227228

228229
fast = _zstd._ZSTD_fast

0 commit comments

Comments
 (0)