diff options
| author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-16 18:02:15 (GMT) |
|---|---|---|
| committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-16 18:02:15 (GMT) |
| commit | 4047d68a0565bb43d3d1b2f489e500f247d89b2b (patch) | |
| tree | 15252862862390a9cd5d588d0d662c8eb679fcc1 | |
| parent | 39935f4ab803dbcc3a1f106092527c0cd642e88f (diff) | |
| download | cpython-4047d68a0565bb43d3d1b2f489e500f247d89b2b.zip cpython-4047d68a0565bb43d3d1b2f489e500f247d89b2b.tar.gz cpython-4047d68a0565bb43d3d1b2f489e500f247d89b2b.tar.bz2 | |
#12761: fix wording of zlib license section
| -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 f566029..1469785 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -917,7 +917,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-2010 Jean-loup Gailly and Mark Adler |
