Skip to content

Commit b36f54c

Browse files
committed
pythongh-92446: Argparse choices should be a sequence
1 parent 9478b26 commit b36f54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/lzma.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Compressing and decompressing data in memory
147147
This format is more limited than ``.xz`` -- it does not support integrity
148148
checks or multiple filters.
149149

150-
* :const:`FORMAT_RAW`: A raw data stream, not using any container format.
150+
* :const:`FORMAT_RAW`: A raw data stream, not using sequences format.
151151
This format specifier does not support integrity checks, and requires that
152152
you always specify a custom filter chain (for both compression and
153153
decompression). Additionally, data compressed in this manner cannot be

0 commit comments

Comments
 (0)