Skip to content

Commit 392862e

Browse files
authored
Updates parameter description for notebook_starts_kernel (#250)
1 parent 0f8ee04 commit 392862e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class LabConfig(HasTraits):
249249
'This should be `True` except in dev mode.')).tag(config=True)
250250

251251
notebook_starts_kernel = Bool(True,
252-
help='Whether a notebook can start a kernel automatically.').tag(config=True)
252+
help='Whether a notebook should start a kernel automatically.').tag(config=True)
253253

254254
@default('template_dir')
255255
def _default_template_dir(self):

0 commit comments

Comments
 (0)