Skip to content

Commit

Permalink
Fix ImageDraw
Browse files Browse the repository at this point in the history
  • Loading branch information
AsfhtgkDavid committed Jan 25, 2025
1 parent 653c5bd commit 5a56008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageDraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def line(
xy: Coords,
fill: _Ink | None = None,
width: int = 0,
joint: Literal[curve] | None = None,
joint: Literal["curve"] | None = None,
) -> None:
"""Draw a line, or a connected sequence of line segments."""
ink = self._getink(fill)[0]
Expand Down

0 comments on commit 5a56008

Please sign in to comment.