Skip to content

Commit

Permalink
Update type hint for point change
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar authored Oct 5, 2024
1 parent 4286406 commit 61904ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/stubs/pygame/rect.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class _GenericRect(Collection[_N]):
@property
def rel_center(self) -> Tuple[_N, _N]: ...
@rel_center.setter
def rel_center(self, value: Coordinate) -> None: ...
def rel_center(self, value: Point) -> None: ...
@property
def centerx(self) -> _N: ...
@centerx.setter
Expand Down

0 comments on commit 61904ea

Please sign in to comment.