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

Skip to content

Commit b5750bd

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #15486: Fixes an error in the documentation of Ellipse
1 parent 2aeba6c commit b5750bd

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
@@ -1497,7 +1497,7 @@ def _recompute_transform(self):
14971497

14981498
def get_path(self):
14991499
"""
1500-
Return the vertices of the rectangle
1500+
Return the path of the ellipse
15011501
"""
15021502
return self._path
15031503

0 commit comments

Comments
 (0)