Skip to content

Commit 4829aa2

Browse files
committed
typo in comment
1 parent 72a14dc commit 4829aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thingsdb/room/roombase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def _on_join(self, _data) -> asyncio.Task | None:
233233
# join is (again) finished
234234
return asyncio.create_task(self.on_join())
235235
else:
236-
# User has decided not to wait for the join. Thus we can asume that
237-
# event handlers do not depend on the on_join to be finished
236+
# User has decided not to wait for the join. Thus we can assume
237+
# that event handlers do not depend on the on_join to be finished
238238
assert self._wait_join is False
239239
assert self._client
240240
loop = self._client.get_event_loop()

0 commit comments

Comments
 (0)