Skip to content

Commit 4153b98

Browse files
authored
Merge pull request #2128 from Mega-JC/video-docs-rewrite
`_sdl2.video` docs rewrite, minor reorderings & method signature changes
2 parents d1b1ca4 + 9b8c23e commit 4153b98

File tree

6 files changed

+3699
-3127
lines changed

6 files changed

+3699
-3127
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)