Skip to content

Commit 96faf7c

Browse files
Update help with suggestion
Co-authored-by: Kevin Bates <[email protected]>
1 parent 544be57 commit 96faf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/gateway/gateway_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def gateway_retry_max_default(self):
347347
default_value=launch_timeout_pad_default_value,
348348
config=True,
349349
help="""Timeout pad to be ensured between KERNEL_LAUNCH_TIMEOUT and request_timeout
350-
such that request_timeout >= KERNEL_LAUNCH_TIMEOUT + timeout_pad.
350+
such that request_timeout >= KERNEL_LAUNCH_TIMEOUT + launch_timeout_pad.
351351
(JUPYTER_GATEWAY_LAUNCH_TIMEOUT_PAD env var)""",
352352
)
353353

0 commit comments

Comments
 (0)