Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d78d08b

Browse files
rcomermeeseeksmachine
authored andcommitted
Backport PR #26237: Update FancyBboxPatch docstring
1 parent 8552473 commit d78d08b

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
@@ -3799,7 +3799,7 @@ def __init__(self, xy, width, height, boxstyle="round", *,
37993799
"""
38003800
Parameters
38013801
----------
3802-
xy : float, float
3802+
xy : (float, float)
38033803
The lower left corner of the box.
38043804
38053805
width : float

0 commit comments

Comments
 (0)