Skip to content

Commit

Permalink
Update wgpu/gui/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Oct 25, 2023
1 parent b833d12 commit 3a9cf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/gui/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def handle_event(self, event):
callback(event)

def add_event_handler(self, *args):
"""Register an event handler to receice events.
"""Register an event handler to receive events.
Arguments:
callback (callable): The event handler. Must accept a single event argument.
Expand Down

0 comments on commit 3a9cf6d

Please sign in to comment.