Skip to content

Commit

Permalink
Fixed typo in ImageEnhance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 28, 2015
1 parent 96b96e5 commit 0999ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIL/ImageEnhance.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, image):
class Brightness(_Enhance):
"""Adjust image brightness.
This class can be used to control the brighntess of an image. An
This class can be used to control the brightness of an image. An
enhancement factor of 0.0 gives a black image. A factor of 1.0 gives the
original image.
"""
Expand Down

0 comments on commit 0999ec9

Please sign in to comment.