From d95f251ac609d6f6121c820162fc067fd0453389 Mon Sep 17 00:00:00 2001 From: Dvoiak Stepan Date: Tue, 5 Jan 2021 18:23:32 +0200 Subject: [PATCH] Update notebook/gateway/managers.py Co-authored-by: Kevin Bates --- notebook/gateway/managers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')