Skip to content

Commit 7d2ac31

Browse files
committed
Note LZMA support on Python 2
Mention that LZMA is supported on Python 2 with `backports.lzma`.
1 parent a740aab commit 7d2ac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/lzma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# noinspection PyShadowingBuiltins
2222
class LZMA(Codec):
2323
"""Codec providing compression using lzma via the Python standard
24-
library (only available under Python 3).
24+
library (available on Python 3 and Python 2 with ``backports.lzma``).
2525
2626
Parameters
2727
----------

0 commit comments

Comments
 (0)