Skip to content

Commit

Permalink
tkinter: Add missing "angle" argument to Canvas.create_text (#10404)
Browse files Browse the repository at this point in the history
  • Loading branch information
simaoafonso-pwt authored Jul 4, 2023
1 parent fc7d472 commit 7646d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/tkinter/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,7 @@ class Canvas(Widget, XView, YView):
activefill: str = ...,
activestipple: str = ...,
anchor: _Anchor = ...,
angle: float | str = ...,
disabledfill: str = ...,
disabledstipple: str = ...,
fill: str = ...,
Expand All @@ -1653,6 +1654,7 @@ class Canvas(Widget, XView, YView):
activefill: str = ...,
activestipple: str = ...,
anchor: _Anchor = ...,
angle: float | str = ...,
disabledfill: str = ...,
disabledstipple: str = ...,
fill: str = ...,
Expand Down

0 comments on commit 7646d38

Please sign in to comment.