Fix port config documentation to match reality

This commit is contained in:
YuviPanda
2016-11-28 22:41:47 -08:00
parent 280644bab5
commit 41f8608f4e

View File

@@ -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.
"""