Skip to content

Commit d95f251

Browse files
oyvsyokevin-bates
andauthored
Update notebook/gateway/managers.py
Co-authored-by: Kevin Bates <[email protected]>
1 parent cd10242 commit d95f251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/gateway/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def gateway_retry_interval_max_default(self):
245245
gateway_retry_max_default_value = 5
246246
gateway_retry_max_env = 'JUPYTER_GATEWAY_RETRY_MAX'
247247
gateway_retry_max = Int(default_value=gateway_retry_max_default_value, config=True,
248-
help="""The maximum numbers allowed for HTTP reconnection retries with the Gateway server.
248+
help="""The maximum retries allowed for HTTP reconnection with the Gateway server.
249249
(JUPYTER_GATEWAY_RETRY_MAX env var)""")
250250

251251
@default('gateway_retry_max')

0 commit comments

Comments
 (0)