We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9478b26 commit b36f54cCopy full SHA for b36f54c
Doc/library/lzma.rst
@@ -147,7 +147,7 @@ Compressing and decompressing data in memory
147
This format is more limited than ``.xz`` -- it does not support integrity
148
checks or multiple filters.
149
150
- * :const:`FORMAT_RAW`: A raw data stream, not using any container format.
+ * :const:`FORMAT_RAW`: A raw data stream, not using sequences format.
151
This format specifier does not support integrity checks, and requires that
152
you always specify a custom filter chain (for both compression and
153
decompression). Additionally, data compressed in this manner cannot be
0 commit comments