Update docs/reference/ImageDraw.rst - move circle method up to indicate it is new

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
void4 2024-05-27 13:18:47 +02:00 committed by GitHub
parent 35a700a1d4
commit 773ff20b76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,6 +243,8 @@ Methods
.. py:method:: ImageDraw.circle(xy, radius, fill=None, outline=None, width=1)
Draws a circle given the center coordinates and a radius.
.. versionadded:: 10.4.0
:param xy: One point to define the circle center. Sequence:
``[x, y]``