Skip to content

Commit 70dc960

Browse files
XFajkankith26
andauthored
Update buildconfig/stubs/pygame/geometry.pyi
Co-authored-by: Ankith <[email protected]>
1 parent 81dc704 commit 70dc960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/stubs/pygame/geometry.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ class Line:
197197
def scale_ip(self, factor_and_origin: Point, /) -> None: ...
198198
def flip_ab(self) -> Line: ...
199199
def flip_ab_ip(self) -> None: ...
200-
def project(self, point: Point, /, clamp: bool = False) -> tuple[float, float]: ...
200+
def project(self, point: Point, clamp: bool = False) -> tuple[float, float]: ...

0 commit comments

Comments
 (0)