diff --git a/lib/matplotlib/patches.py b/lib/matplotlib/patches.py index 84a5853922a3..98923abe4919 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -3832,7 +3832,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