diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-02 10:07:09 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-02 10:07:09 +0000 |
commit | e26da7c03a714faa115fe6b708ef0730119aa4b3 (patch) | |
tree | 26d6a9584ddde0d84f1011fe87662b3b84a39428 /Modules/_lzmamodule.c | |
parent | 1b207c55a446ab8b8bae2efc8407ee130ba62012 (diff) | |
download | cpython-git-e26da7c03a714faa115fe6b708ef0730119aa4b3.tar.gz |
Issue #27171: Fix typos in documentation, comments, and test function names
Diffstat (limited to 'Modules/_lzmamodule.c')
-rw-r--r-- | Modules/_lzmamodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_lzmamodule.c b/Modules/_lzmamodule.c index f3bcd76d2c..846dc0e8ec 100644 --- a/Modules/_lzmamodule.c +++ b/Modules/_lzmamodule.c @@ -705,7 +705,7 @@ _lzma.LZMACompressor.__init__ check: int(c_default="-1") = unspecified The integrity check to use. For FORMAT_XZ, the default - is CHECK_CRC64. FORMAT_ALONE and FORMAT_RAW do not suport integrity + is CHECK_CRC64. FORMAT_ALONE and FORMAT_RAW do not support integrity checks; for these formats, check must be omitted, or be CHECK_NONE. preset: object = None |