Fixed typo [ci skip]

This commit is contained in:
Andrew Murray 2017-06-24 15:04:37 +10:00
parent 80ac338bf8
commit 91215c384d

View File

@ -4,7 +4,7 @@
:py:mod:`ImageDraw` Module :py:mod:`ImageDraw` Module
========================== ==========================
The :py:mod:`ImageDraw` module provide simple 2D graphics for The :py:mod:`ImageDraw` module provides simple 2D graphics for
:py:class:`~PIL.Image.Image` objects. You can use this module to create new :py:class:`~PIL.Image.Image` objects. You can use this module to create new
images, annotate or retouch existing images, and to generate graphics on the images, annotate or retouch existing images, and to generate graphics on the
fly for web use. fly for web use.