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 25b8388 commit 7c9e9f9Copy full SHA for 7c9e9f9
jupyter_server_proxy/standalone/__init__.py
@@ -68,7 +68,7 @@ def run(
68
port = port or address_port_default[1]
69
70
if skip_authentication:
71
- log.warn("Disabling Authentication with JuypterHub Server!")
+ log.warn("Disabling Authentication with JupyterHub Server!")
72
73
prefix = os.environ.get("JUPYTERHUB_SERVICE_PREFIX", "/")
74
@@ -142,7 +142,7 @@ def main():
142
parser.add_argument(
143
"--socket-auto",
144
action="store_true",
145
- help="Use Unix Socket for proxying, but let Jupyter Server Proxy automatically create one.",
+ help="Use Unix Socket for proxying, but let jupyter-server-proxy automatically create one.",
146
)
147
148
"--env",
0 commit comments