]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92446: Argparse choices should be a sequence (#92450)
author180909 <734461790@qq.com>
Fri, 13 May 2022 14:06:08 +0000 (22:06 +0800)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 14:06:08 +0000 (09:06 -0500)
Doc/library/lzma.rst

index 21092645366da757c1940fc84723357202428272..f7aaa0cb30c2a86c6aceab4dddb530560aea2582 100644 (file)
@@ -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