mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Update Image.py docstrings.
Update Image.py file with a typo in effect_mandelbrot method. The Typo was in docstrings of the effect_mandelbrot method in Image module of PIL.
This commit is contained in:
parent
25b69f6578
commit
f77aabf281
|
@ -3327,7 +3327,7 @@ def effect_mandelbrot(size, extent, quality):
|
|||
:param size: The requested size in pixels, as a 2-tuple:
|
||||
(width, height).
|
||||
:param extent: The extent to cover, as a 4-tuple:
|
||||
(x0, y0, x1, y2).
|
||||
(x0, y0, x1, y1).
|
||||
:param quality: Quality.
|
||||
"""
|
||||
return Image()._new(core.effect_mandelbrot(size, extent, quality))
|
||||
|
|
Loading…
Reference in New Issue
Block a user