Merge pull request #2589 from radarhere/typo

Fixed typo
This commit is contained in:
Hugo 2017-06-24 08:22:00 +03:00 committed by GitHub
commit dcf8014d2b

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.