mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Fixed typo in ImageEnhance.py
This commit is contained in:
parent
96b96e5654
commit
0999ec95a0
|
@ -73,7 +73,7 @@ class Contrast(_Enhance):
|
||||||
class Brightness(_Enhance):
|
class Brightness(_Enhance):
|
||||||
"""Adjust image brightness.
|
"""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
|
enhancement factor of 0.0 gives a black image. A factor of 1.0 gives the
|
||||||
original image.
|
original image.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user