From d78d08b22c8d4c3c1c38d5423c5412d9e766a4ff Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:56:37 +0100 Subject: [PATCH] Backport PR #26237: Update FancyBboxPatch docstring --- lib/matplotlib/patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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