We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3250731 commit 15ece1fCopy full SHA for 15ece1f
2 files changed
README.md
@@ -483,7 +483,7 @@ some ThingsDB queries (if required).
483
484
Unless the `wait` argument to the Room.join(..) function is explicitly
485
set to None, the first call to this method will finish before the
486
-call the Room.join() is returned.
+call to `Room.join()` is returned.
487
488
### on_leave(self) -> None:
489
Called after a leave room request. This event is *not* triggered
thingsdb/room/room.py
@@ -36,7 +36,7 @@ async def on_join(self) -> None:
36
37
38
39
- call the Room.join() is returned.
+ call to Room.join() is returned.
40
"""
41
pass
42
0 commit comments