Skip to content

Commit afa46ab

Browse files
committed
python#16317: merge with 3.3.
2 parents 9a56f8c + 0ada6f1 commit afa46ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/stdlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Data Compression
203203
================
204204

205205
Common data archiving and compression formats are directly supported by modules
206-
including: :mod:`zlib`, :mod:`gzip`, :mod:`bz2`, :mod:`zipfile` and
206+
including: :mod:`zlib`, :mod:`gzip`, :mod:`bz2`, :mod:`lzma`, :mod:`zipfile` and
207207
:mod:`tarfile`. ::
208208

209209
>>> import zlib

0 commit comments

Comments
 (0)