Skip to content

Commit

Permalink
added self to typestub for mixer.get_id
Browse files Browse the repository at this point in the history
  • Loading branch information
oddbookworm committed Aug 15, 2023
1 parent d73309e commit f419f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/stubs/pygame/mixer.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Sound:
@final
class Channel:
def __init__(self, id: int) -> None: ...
def get_id() -> int: ...
def get_id(self) -> int: ...
def play(
self,
sound: Sound,
Expand Down

0 comments on commit f419f5e

Please sign in to comment.