Skip to content

Commit

Permalink
pythongh-92446: Argparse choices should be a sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
180909 committed May 8, 2022
1 parent 9478b26 commit b36f54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/lzma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Compressing and decompressing data in memory
This format is more limited than ``.xz`` -- it does not support integrity
checks or multiple filters.

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

0 comments on commit b36f54c

Please sign in to comment.