Update docs/reference/ImageDraw.rst - Set versionadded

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
void4 2024-05-27 12:57:50 +02:00 committed by GitHub
parent 2ee3cef50e
commit 8d9a4dda98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,7 +251,7 @@ Methods
:param fill: Color to use for the fill.
:param width: The line width, in pixels.
.. versionadded:: ?.?.?
.. versionadded:: 10.4.0
.. py:method:: ImageDraw.line(xy, fill=None, width=0, joint=None)