From a2685d78f2403f84e6cb915ae11a4f6033ccc5f6 2018-06-17 09:16:44 From: Thomas Kluyver Date: 2018-06-17 09:16:44 Subject: [PATCH] Merge pull request #11190 from infmagic2047/fix-completion-style Fix config option TerminalInteractiveShell.display_completions --- diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index 9a4b4da..1124405 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -343,7 +343,7 @@ class TerminalInteractiveShell(InteractiveShell): 'multicolumn': CompleteStyle.MULTI_COLUMN, 'column': CompleteStyle.COLUMN, 'readlinelike': CompleteStyle.READLINE_LIKE, - }[self.display_completions], + }[self.display_completions] def _extra_prompt_options(self): """