From b36f54c2eb73a94c2b94b59ee4c59fab3e0d7a75 Mon Sep 17 00:00:00 2001
From: 180909 <734461790@qq.com>
Date: Sun, 8 May 2022 14:52:00 +0800
Subject: [PATCH] gh-92446: Argparse choices should be a sequence

---
 Doc/library/lzma.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
index 21092645366da7..f7aaa0cb30c2a8 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