From 481f99a8737f148da3b773c999e701ad4dd9c43d 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 8604fda8f747..1adf882630c9 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -3802,7 +3802,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