Skip to content

Commit 4fd1cc0

Browse files
committed
Merge pull request #132 from minrk/consoleap
Fix JupyterConsoleApp.confirm_exit config reference
2 parents f4ab780 + 37a3556 commit 4fd1cc0

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)