We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4286406 commit 61904eaCopy full SHA for 61904ea
buildconfig/stubs/pygame/rect.pyi
@@ -95,7 +95,7 @@ class _GenericRect(Collection[_N]):
95
@property
96
def rel_center(self) -> Tuple[_N, _N]: ...
97
@rel_center.setter
98
- def rel_center(self, value: Coordinate) -> None: ...
+ def rel_center(self, value: Point) -> None: ...
99
100
def centerx(self) -> _N: ...
101
@centerx.setter
0 commit comments