From b5750bd7efe021fc35aa255b56d3aef3c0d02468 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Wed, 23 Oct 2019 08:21:41 -0700 Subject: [PATCH] Backport PR #15486: Fixes an error in the documentation of Ellipse --- 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 ca3e2b2dd082..b581de840dd9 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -1497,7 +1497,7 @@ def _recompute_transform(self): def get_path(self): """ - Return the vertices of the rectangle + Return the path of the ellipse """ return self._path