Skip to content

Commit ed8af87

Browse files
committed
added "/" to the stub file to indicate that the first arg is positional only
1 parent 896f7b2 commit ed8af87

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
@@ -198,5 +198,5 @@ class Line:
198198
def flip_ab(self) -> Line: ...
199199
def flip_ab_ip(self) -> None: ...
200200
def project(
201-
self, point: tuple[float, float], clamp: bool = False
201+
self, point: tuple[float, float], / clamp: bool = False
202202
) -> tuple[float, float]: ...

0 commit comments

Comments
 (0)