From 5ddf9c6725237f9d21410182c5926f93b3dfe920 Mon Sep 17 00:00:00 2001 From: Tigran Khachatryan <65066173+Geometrein@users.noreply.github.com> Date: Mon, 3 Jul 2023 08:27:56 +0300 Subject: [PATCH] Update FancyBboxPatch dosctring Add missing parathesis to FancyBboxPatch docstring for correct type hinting. --- 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 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