aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-02-18 12:44:32 +0100
committerGravatar Leon Sandøy <[email protected]>2018-02-18 12:44:32 +0100
commit1c7316c41465771277d50f5177166c0fe08459e1 (patch)
tree3d82f13c1b91d5302bc4ff0fce61256f6cfb640a /pysite
parentSwitch back to wss://, again (diff)
typo in a comment was driving me nuts.
Diffstat (limited to '')
-rw-r--r--pysite/mixins.py2
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"