Skip to content

Commit db3f1c2

Browse files
Fix typos in src/socketio/async_client.py (#1520)
1 parent f4b4a98 commit db3f1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketio/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ async def _trigger_event(self, event, namespace, *args):
489489
raise
490490
return ret
491491

492-
# or else, forward the event to a namepsace handler if one exists
492+
# or else, forward the event to a namespace handler if one exists
493493
handler, args = self._get_namespace_handler(namespace, args)
494494
if handler:
495495
return await handler.trigger_event(event, *args)

0 commit comments

Comments
 (0)