Improve some python documentation and add an intro

This commit is contained in:
miruka
2020-05-22 17:27:57 -04:00
parent c8f3a4937c
commit 855672481f
5 changed files with 28 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ if TYPE_CHECKING:
class NioCallbacks:
"""Register callbacks for nio's request responses and room events.
For every nio `Response` and `Event` subclasses, this class can have a
For every `nio.Response` and `nio.Event` subclasses, this class can have a
method named `on<ClassName>` (e.g. `onRoomMessageText`) that will
automatically be registered in nio.