Skip to content

Commit 8e322de

Browse files
timhoffmrcomer
andauthored
Update lib/matplotlib/patches.py
Co-authored-by: Ruth Comer <[email protected]>
1 parent ec7524a commit 8e322de

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
@@ -795,7 +795,7 @@ def __init__(self, xy, width, height, *,
795795
796796
See Also
797797
--------
798-
FancyBboxPatch : A rectangle with a fancy box style, e.g. rounded corner.
798+
FancyBboxPatch : A rectangle with a fancy box style, e.g. rounded corners.
799799
"""
800800
super().__init__(**kwargs)
801801
self._x0 = xy[0]

0 commit comments

Comments
 (0)