Merge pull request #1243 from radarhere/patch-1

Fixed typo in ImageEnhance.py
This commit is contained in:
Hugo 2015-05-28 10:51:10 +03:00
commit caa8d9c674

View File

@ -73,7 +73,7 @@ class Contrast(_Enhance):
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.
"""