mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-10 08:30:49 +03:00
Merge pull request #6241 from insumanth/mandelbrot_typo
Update Image.py docstring
This commit is contained in:
commit
439d197add
|
@ -3327,7 +3327,7 @@ def effect_mandelbrot(size, extent, quality):
|
||||||
:param size: The requested size in pixels, as a 2-tuple:
|
:param size: The requested size in pixels, as a 2-tuple:
|
||||||
(width, height).
|
(width, height).
|
||||||
:param extent: The extent to cover, as a 4-tuple:
|
:param extent: The extent to cover, as a 4-tuple:
|
||||||
(x0, y0, x1, y2).
|
(x0, y0, x1, y1).
|
||||||
:param quality: Quality.
|
:param quality: Quality.
|
||||||
"""
|
"""
|
||||||
return Image()._new(core.effect_mandelbrot(size, extent, quality))
|
return Image()._new(core.effect_mandelbrot(size, extent, quality))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user