From 41f8608f4ed04644de6d26b8d7d4db64d25ea142 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 28 Nov 2016 22:41:47 -0800 Subject: [PATCH] Fix port config documentation to match reality --- jupyterhub/spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/spawner.py b/jupyterhub/spawner.py index b650f270..dae35578 100644 --- a/jupyterhub/spawner.py +++ b/jupyterhub/spawner.py @@ -63,7 +63,7 @@ class Spawner(LoggingConfigurable): help=""" The port for single-user servers to listen on. - Defaults to `0`, which uses the default port (8888). + Defaults to `0`, which uses a randomly allocated port number each time. New in version 0.7. """