Skip to content

Commit af89d26

Browse files
authored
Merge pull request #370 from krassowski/patch-1
IPythonHandler -> JupyterHandler
2 parents 1f5508e + 2b471c2 commit af89d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/gateway/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def check_origin(self, origin=None):
3636
return JupyterHandler.check_origin(self, origin)
3737

3838
def set_default_headers(self):
39-
"""Undo the set_default_headers in IPythonHandler which doesn't make sense for websockets"""
39+
"""Undo the set_default_headers in JupyterHandler which doesn't make sense for websockets"""
4040
pass
4141

4242
def get_compression_options(self):

0 commit comments

Comments
 (0)