Skip to content

Commit

Permalink
Minor grammar fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 4, 2016
1 parent 648030e commit da6b9ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PIL/ImageTransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ExtentTransform(Transform):


##
# Define an quad image transform.
# Define a quad image transform.
# <p>
# Maps a quadrilateral (a region defined by four corners) from the
# image to a rectangle of the given size.
Expand All @@ -92,7 +92,7 @@ class QuadTransform(Transform):


##
# Define an mesh image transform. A mesh transform consists of one
# Define a mesh image transform. A mesh transform consists of one
# or more individual quad transforms.
#
# @def MeshTransform(data)
Expand Down

0 comments on commit da6b9ac

Please sign in to comment.