We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef06d15 commit 29298faCopy full SHA for 29298fa
jupyter_server_proxy/handlers.py
@@ -44,7 +44,7 @@ def __init__(self, *args, **kwargs):
44
self.absolute_url = kwargs.pop('absolute_url', False)
45
super().__init__(*args, **kwargs)
46
47
- # Support all the methods that torando does by default except for GET which
+ # Support all the methods that tornado does by default except for GET which
48
# is passed to WebSocketHandlerMixin and then to WebSocketHandler.
49
50
async def open(self, port, proxied_path):
0 commit comments