Skip to content

Commit 37a3556

Browse files
committed
Fix JupyterConsoleApp.confirm_exit config reference
1 parent f4ab780 commit 37a3556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_client/consoleapp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"""Set to display confirmation dialog on exit. You can always use 'exit' or
5252
'quit', to force a direct exit without any confirmation. This can also
5353
be set in the config file by setting
54-
`c.TerminalInteractiveShell.confirm_exit`.
54+
`c.JupyterConsoleApp.confirm_exit`.
5555
""",
5656
"""Don't prompt the user when exiting. This will terminate the kernel
5757
if it is owned by the frontend, and leave it alive if it is external.
5858
This can also be set in the config file by setting
59-
`c.TerminalInteractiveShell.confirm_exit`.
59+
`c.JupyterConsoleApp.confirm_exit`.
6060
"""
6161
))
6262
flags.update(app_flags)

0 commit comments

Comments
 (0)