diff --git a/notebook/gateway/managers.py b/notebook/gateway/managers.py index 125ee9ba3..2f647d11d 100644 --- a/notebook/gateway/managers.py +++ b/notebook/gateway/managers.py @@ -245,7 +245,7 @@ class GatewayClient(SingletonConfigurable): gateway_retry_max_default_value = 5 gateway_retry_max_env = 'JUPYTER_GATEWAY_RETRY_MAX' gateway_retry_max = Int(default_value=gateway_retry_max_default_value, config=True, - help="""The maximum numbers allowed for HTTP reconnection retries with the Gateway server. + help="""The maximum retries allowed for HTTP reconnection with the Gateway server. (JUPYTER_GATEWAY_RETRY_MAX env var)""") @default('gateway_retry_max')