Skip to content

Commit 5652d0f

Browse files
committed
Rewrite bulk of _sdl2.video docs, change all user-facing method signatures to snake case for _sdl2.video
1 parent d1b1ca4 commit 5652d0f

File tree

4 files changed

+980
-411
lines changed

4 files changed

+980
-411
lines changed

buildconfig/stubs/pygame/_sdl2/video.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class Texture:
133133
class Image:
134134
def __init__(
135135
self,
136-
textureOrImage: Union[Texture, Image],
136+
texture_or_image: Union[Texture, Image],
137137
srcrect: Optional[RectValue] = None,
138138
) -> None: ...
139139
def get_rect(self, **kwargs: Any) -> Rect: ...

0 commit comments

Comments
 (0)