Skip to content

Commit 3a4ee04

Browse files
author
Johann Krauter
committed
adapted stubs file
1 parent 801031f commit 3a4ee04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/patches.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ class Ellipse(Patch):
259259

260260
def get_corners(self) -> np.ndarray: ...
261261

262-
def get_vertices(self) -> tuple[float, float]: ...
263-
def get_co_vertices(self) -> tuple[float, float]: ...
262+
def get_vertices(self) -> list[tuple[float, float]]: ...
263+
def get_co_vertices(self) -> list[tuple[float, float]]: ...
264264

265265

266266
class Annulus(Patch):

0 commit comments

Comments
 (0)