Skip to content

Commit bb13815

Browse files
committed
Fixes an error in the documentation of Ellipse
1 parent 130a327 commit bb13815

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 vertices of the ellipse
14241424
"""
14251425
return self._path
14261426

0 commit comments

Comments
 (0)