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 a740aab commit 7d2ac31Copy full SHA for 7d2ac31
numcodecs/lzma.py
@@ -21,7 +21,7 @@
21
# noinspection PyShadowingBuiltins
22
class LZMA(Codec):
23
"""Codec providing compression using lzma via the Python standard
24
- library (only available under Python 3).
+ library (available on Python 3 and Python 2 with ``backports.lzma``).
25
26
Parameters
27
----------
0 commit comments