diff options
Diffstat (limited to 'Lib/lzma.py')
-rw-r--r-- | Lib/lzma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lzma.py b/Lib/lzma.py index 89528b6..7dff1c3 100644 --- a/Lib/lzma.py +++ b/Lib/lzma.py @@ -279,7 +279,7 @@ def open(filename, mode="rb", *, constructor: LZMAFile(filename, mode, ...). In this case, the encoding, errors and newline arguments must not be provided. - For text mode, a LZMAFile object is created, and wrapped in an + For text mode, an LZMAFile object is created, and wrapped in an io.TextIOWrapper instance with the specified encoding, error handling behavior, and line ending(s). |