Skip to content

Commit f017315

Browse files
authored
Merge pull request #26237 from Geometrein/main
Update FancyBboxPatch docstring
2 parents eaad954 + 5ddf9c6 commit f017315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3832,7 +3832,7 @@ def __init__(self, xy, width, height, boxstyle="round", *,
38323832
"""
38333833
Parameters
38343834
----------
3835-
xy : float, float
3835+
xy : (float, float)
38363836
The lower left corner of the box.
38373837
38383838
width : float

0 commit comments

Comments
 (0)