From b18c585c730230ea66326fd34675d7e2e179676c 2021-08-15 21:22:30 From: Artur Svistunov <18216480+madbird1304@users.noreply.github.com> Date: 2021-08-15 21:22:30 Subject: [PATCH] ' -> " --- diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index 9321946..142217a 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -202,7 +202,7 @@ class TerminalInteractiveShell(InteractiveShell): return self.editing_mode - @observe('editing_mode') + @observe("editing_mode") def _editing_mode_changed(self, change): u_mode = change.new.upper() if self.pt_app: