diff --git a/lib/matplotlib/patches.py b/lib/matplotlib/patches.py index 2b4e0dc6e6a9..ef0501f26dae 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -3799,7 +3799,7 @@ def __init__(self, xy, width, height, boxstyle="round", *, """ Parameters ---------- - xy : float, float + xy : (float, float) The lower left corner of the box. width : float