[Python-checkins] gh-92446: Argparse choices should be a sequence (#92450)

rhettinger webhook-mailer at python.org
Fri May 13 10:06:14 EDT 2022


https://github.com/python/cpython/commit/b39f841047eb9d084e4873050e4d0226cb58eb6f
commit: b39f841047eb9d084e4873050e4d0226cb58eb6f
branch: main
author: 180909 <734461790 at qq.com>
committer: rhettinger <rhettinger at users.noreply.github.com>
date: 2022-05-13T09:06:08-05:00
summary:

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

files:
M Doc/library/lzma.rst

diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
index 21092645366da..f7aaa0cb30c2a 100644
--- a/Doc/library/lzma.rst
+++ b/Doc/library/lzma.rst
@@ -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



More information about the Python-checkins mailing list