diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-16 18:03:11 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-16 18:03:11 (GMT) |
commit | b2761186af43709e4e1e7fe3c82c956d40967674 (patch) | |
tree | 46567dbe1c14a6e6a274f865254976176605e1c4 /Doc/license.rst | |
parent | 828cc6c618f42196d6dcc1a0adaad0e07e6b1bee (diff) | |
download | cpython-b2761186af43709e4e1e7fe3c82c956d40967674.zip cpython-b2761186af43709e4e1e7fe3c82c956d40967674.tar.gz cpython-b2761186af43709e4e1e7fe3c82c956d40967674.tar.bz2 |
#12761: fix wording of zlib license section
Diffstat (limited to 'Doc/license.rst')
-rw-r--r-- | Doc/license.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index d029f0f..8693a0f 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -881,7 +881,7 @@ zlib ---- The :mod:`zlib` extension is built using an included copy of the zlib -sources unless the zlib version found on the system is too old to be +sources if the zlib version found on the system is too old to be used for the build:: Copyright (C) 1995-2011 Jean-loup Gailly and Mark Adler |