Skip to content
Snippets Groups Projects
Unverified Commit b39f8410 authored by 180909's avatar 180909 Committed by GitHub
Browse files

gh-92446: Argparse choices should be a sequence (#92450)

parent 664aa94b
Branches
Tags
No related merge requests found
...@@ -147,7 +147,7 @@ Compressing and decompressing data in memory ...@@ -147,7 +147,7 @@ Compressing and decompressing data in memory
This format is more limited than ``.xz`` -- it does not support integrity This format is more limited than ``.xz`` -- it does not support integrity
checks or multiple filters. 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 This format specifier does not support integrity checks, and requires that
you always specify a custom filter chain (for both compression and you always specify a custom filter chain (for both compression and
decompression). Additionally, data compressed in this manner cannot be decompression). Additionally, data compressed in this manner cannot be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment