We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4ab780 + 37a3556 commit 4fd1cc0Copy full SHA for 4fd1cc0
jupyter_client/consoleapp.py
@@ -51,12 +51,12 @@
51
"""Set to display confirmation dialog on exit. You can always use 'exit' or
52
'quit', to force a direct exit without any confirmation. This can also
53
be set in the config file by setting
54
- `c.TerminalInteractiveShell.confirm_exit`.
+ `c.JupyterConsoleApp.confirm_exit`.
55
""",
56
"""Don't prompt the user when exiting. This will terminate the kernel
57
if it is owned by the frontend, and leave it alive if it is external.
58
This can also be set in the config file by setting
59
60
"""
61
))
62
flags.update(app_flags)
0 commit comments