From 0999ec95a0cb400974e7650805850e946425ca20 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 28 May 2015 17:20:33 +1000 Subject: [PATCH] Fixed typo in ImageEnhance.py --- PIL/ImageEnhance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/ImageEnhance.py b/PIL/ImageEnhance.py index fbacbee8f..56b5c0199 100644 --- a/PIL/ImageEnhance.py +++ b/PIL/ImageEnhance.py @@ -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. """