Skip to content

Commit 29298fa

Browse files
committed
Typo in handlers.py
1 parent ef06d15 commit 29298fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self, *args, **kwargs):
4444
self.absolute_url = kwargs.pop('absolute_url', False)
4545
super().__init__(*args, **kwargs)
4646

47-
# Support all the methods that torando does by default except for GET which
47+
# Support all the methods that tornado does by default except for GET which
4848
# is passed to WebSocketHandlerMixin and then to WebSocketHandler.
4949

5050
async def open(self, port, proxied_path):

0 commit comments

Comments
 (0)