Skip to content

Commit 439d197

Browse files
authored
Merge pull request #6241 from insumanth/mandelbrot_typo
Update Image.py docstring
2 parents 25b69f6 + f77aabf commit 439d197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3327,7 +3327,7 @@ def effect_mandelbrot(size, extent, quality):
33273327
:param size: The requested size in pixels, as a 2-tuple:
33283328
(width, height).
33293329
:param extent: The extent to cover, as a 4-tuple:
3330-
(x0, y0, x1, y2).
3330+
(x0, y0, x1, y1).
33313331
:param quality: Quality.
33323332
"""
33333333
return Image()._new(core.effect_mandelbrot(size, extent, quality))

0 commit comments

Comments
 (0)