From db8aa2f05ed79c7a177961f6caf6e8011182d3c8 2021-04-17 00:25:53 From: Matthias Bussonnier Date: 2021-04-17 00:25:53 Subject: [PATCH] Update IPython/terminal/debugger.py Co-authored-by: Blazej Michalik <6691643+MrMino@users.noreply.github.com> --- diff --git a/IPython/terminal/debugger.py b/IPython/terminal/debugger.py index 00ff516..1ea1a86 100644 --- a/IPython/terminal/debugger.py +++ b/IPython/terminal/debugger.py @@ -136,7 +136,7 @@ class TerminalPdb(Pdb): ipshell = embed.InteractiveShellEmbed( config=self.shell.config, banner1="*interactive*", - exit_msg="now exiting InteractiveConsole...", + exit_msg="*exiting interactive console...*", ) global_ns = self.curframe.f_globals ipshell(