Skip to content

Commit f23854d

Browse files
author
Johann Krauter
committed
overseen some whitespaces, sorry
1 parent 0b492d1 commit f23854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class Ellipse(Patch):
258258
angle = property(get_angle, set_angle)
259259

260260
def get_corners(self) -> np.ndarray: ...
261-
261+
262262
def get_vertices(self) -> list[tuple[float, float], tuple[float, float]]: ...
263263
def get_co_vertices(self) -> list[tuple[float, float], tuple[float, float]]: ...
264264

0 commit comments

Comments
 (0)