mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +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:
|
||||
(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