diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 3c36178bd..eb190a0f6 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -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))