From 588c2492c943c49f1aac5678a7d38232fb46672b 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 379ea6d08035..7c567a0ad516 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -1420,7 +1420,7 @@ def _recompute_transform(self): def get_path(self): """ - Return the vertices of the rectangle + Return the path of the ellipse """ return self._path