Skip to content

Commit a945e71

Browse files
authored
Merge pull request #60 from jakirkham/note_lzma_backport
Note LZMA support on Python 2
2 parents a740aab + 7d2ac31 commit a945e71

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)