diff options
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/mixins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/mixins.py b/pysite/mixins.py index 49e6c25b..43dcf6d4 100644 --- a/pysite/mixins.py +++ b/pysite/mixins.py @@ -23,7 +23,7 @@ class DBMixin: This class will also work with Websockets: - >>> class MyWeboscket(WS, DBMixin): + >>> class MyWebsocket(WS, DBMixin): ... name = "my_websocket" ... path = "/my_websocket" ... table_name = "my_table" |