summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorAndrés Delfino <34587441+andresdelfino@users.noreply.github.com>2018-04-21 12:17:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-04-21 12:17:26 (GMT)
commitb81ca28b378c8b29204a37f8bd433a3379f53f7d (patch)
tree1139c5fc0e468a45ed7583ad8b8b2e9104183690 /Doc/distutils
parent441d945eb33f8dc130b268ebfa11315b98a2433c (diff)
downloadcpython-b81ca28b378c8b29204a37f8bd433a3379f53f7d.zip
cpython-b81ca28b378c8b29204a37f8bd433a3379f53f7d.tar.gz
cpython-b81ca28b378c8b29204a37f8bd433a3379f53f7d.tar.bz2
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Also update PIL doc references to Pillow.
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/introduction.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/introduction.rst b/Doc/distutils/introduction.rst
index 8f46bd7..a385559 100644
--- a/Doc/distutils/introduction.rst
+++ b/Doc/distutils/introduction.rst
@@ -193,8 +193,8 @@ modules using the Distutils:
module distribution
a collection of Python modules distributed together as a single downloadable
resource and meant to be installed *en masse*. Examples of some well-known
- module distributions are NumPy, SciPy, PIL (the Python Imaging
- Library), or mxBase. (This would be called a *package*, except that term is
+ module distributions are NumPy, SciPy, Pillow,
+ or mxBase. (This would be called a *package*, except that term is
already taken in the Python context: a single module distribution may contain
zero, one, or many Python packages.)