Update docs/reference/ImageDraw.rst - move versionadded

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
void4 2024-05-27 13:21:41 +02:00 committed by GitHub
parent 034f3cbed5
commit 9b7556228e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,8 +253,6 @@ Methods
:param fill: Color to use for the fill. :param fill: Color to use for the fill.
:param width: The line width, in pixels. :param width: The line width, in pixels.
.. versionadded:: 10.4.0
.. py:method:: ImageDraw.line(xy, fill=None, width=0, joint=None) .. py:method:: ImageDraw.line(xy, fill=None, width=0, joint=None)
Draws a line between the coordinates in the ``xy`` list. Draws a line between the coordinates in the ``xy`` list.