Skip to content

Commit 61904ea

Browse files
authored
Update type hint for point change
1 parent 4286406 commit 61904ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/stubs/pygame/rect.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class _GenericRect(Collection[_N]):
9595
@property
9696
def rel_center(self) -> Tuple[_N, _N]: ...
9797
@rel_center.setter
98-
def rel_center(self, value: Coordinate) -> None: ...
98+
def rel_center(self, value: Point) -> None: ...
9999
@property
100100
def centerx(self) -> _N: ...
101101
@centerx.setter

0 commit comments

Comments
 (0)