Skip to content

Commit a291329

Browse files
committed
made a small change to the stub
1 parent bfe2698 commit a291329

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildconfig/stubs/pygame/geometry.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +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(
201-
self, point: Point, / clamp: bool = False
202-
) -> tuple[float, float]: ...
200+
def project(self, point: Point, /, clamp: bool = False) -> tuple[float, float]: ...

0 commit comments

Comments
 (0)