diff options
author | 2018-02-18 12:44:32 +0100 | |
---|---|---|
committer | 2018-02-18 12:44:32 +0100 | |
commit | 1c7316c41465771277d50f5177166c0fe08459e1 (patch) | |
tree | 3d82f13c1b91d5302bc4ff0fce61256f6cfb640a | |
parent | Switch back to wss://, again (diff) |
typo in a comment was driving me nuts.
Diffstat (limited to '')
-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" |