Skip to content

Commit adb1a56

Browse files
authored
Merge pull request #15495 from meeseeksmachine/auto-backport-of-pr-15486-on-v3.2.x
Backport PR #15486 on branch v3.2.x (Fixes an error in the documentation of Ellipse)
2 parents 8bd066c + 588c249 commit adb1a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ def _recompute_transform(self):
14201420

14211421
def get_path(self):
14221422
"""
1423-
Return the vertices of the rectangle
1423+
Return the path of the ellipse
14241424
"""
14251425
return self._path
14261426

0 commit comments

Comments
 (0)