mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #1243 from radarhere/patch-1
Fixed typo in ImageEnhance.py
This commit is contained in:
commit
caa8d9c674
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user