Skip to content

Commit 15ece1f

Browse files
committed
typo
1 parent 3250731 commit 15ece1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ some ThingsDB queries (if required).
483483

484484
Unless the `wait` argument to the Room.join(..) function is explicitly
485485
set to None, the first call to this method will finish before the
486-
call the Room.join() is returned.
486+
call to `Room.join()` is returned.
487487

488488
### on_leave(self) -> None:
489489
Called after a leave room request. This event is *not* triggered

thingsdb/room/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def on_join(self) -> None:
3636
3737
Unless the `wait` argument to the Room.join(..) function is explicitly
3838
set to None, the first call to this method will finish before the
39-
call the Room.join() is returned.
39+
call to Room.join() is returned.
4040
"""
4141
pass
4242

0 commit comments

Comments
 (0)