summaryrefslogtreecommitdiffstats
path: root/Doc/library/lzma.rst
diff options
context:
space:
mode:
authorGuy Yagev <yourlefthandman8@gmail.com>2022-12-26 06:22:53 (GMT)
committerGitHub <noreply@github.com>2022-12-26 06:22:53 (GMT)
commitad3c99e521151680afc65d3f8a7d2167ec1969ad (patch)
treec461b77995b3f08c8a366d1ddddcaa8fbdb9bc87 /Doc/library/lzma.rst
parentdbc1e696ebf273bc62545d999eb185d6c9470e71 (diff)
downloadcpython-ad3c99e521151680afc65d3f8a7d2167ec1969ad.zip
cpython-ad3c99e521151680afc65d3f8a7d2167ec1969ad.tar.gz
cpython-ad3c99e521151680afc65d3f8a7d2167ec1969ad.tar.bz2
gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)
Based on the definition of the collections.abc classes, it is more accurate to use "sequence" instead of "container" when describing argparse choices. A previous attempt at fixing this in #92450 was mistaken; this PR reverts that change. Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'Doc/library/lzma.rst')
-rw-r--r--Doc/library/lzma.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
index a9311f2..868d4dc 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 sequences format.
+ * :const:`FORMAT_RAW`: A raw data stream, not using any container 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