Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 588c249

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #15486: Fixes an error in the documentation of Ellipse
1 parent 8bd066c commit 588c249

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)