Skip to content

Commit bbf76e7

Browse files
author
Johann Krauter
committed
sorry, some more whitespaces in blank line
1 parent 3df0bbb commit bbf76e7

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
@@ -1669,7 +1669,7 @@ def get_vertices(self):
16691669
def get_co_vertices(self):
16701670
"""
16711671
Return the left and right co-vertex coordinates of the ellipse.
1672-
1672+
16731673
The definition can be found `here<https://en.wikipedia.org/wiki/Ellipse>`_
16741674
"""
16751675
x0 = self._center[0] - self._height / 2 * np.sin(np.deg2rad(self._angle))

0 commit comments

Comments
 (0)