Skip to content

Commit

Permalink
Corrected parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 21, 2021
1 parent 2ad8573 commit b703846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/ImageDraw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ Methods

:param xy: Sequence of either 2-tuples like ``[(x, y), (x, y), ...]`` or
numeric values like ``[x, y, x, y, ...]``.
:param outline: Color to use for the outline.
:param fill: Color to use for the fill.
:param outline: Color to use for the outline.


.. py:method:: ImageDraw.regular_polygon(bounding_circle, n_sides, rotation=0, fill=None, outline=None)
Expand Down

0 comments on commit b703846

Please sign in to comment.