##// END OF EJS Templates
Fix config option TerminalInteractiveShell.display_completions...
Yutao Yuan -
Show More
@@ -343,7 +343,7 b' class TerminalInteractiveShell(InteractiveShell):'
343 'multicolumn': CompleteStyle.MULTI_COLUMN,
343 'multicolumn': CompleteStyle.MULTI_COLUMN,
344 'column': CompleteStyle.COLUMN,
344 'column': CompleteStyle.COLUMN,
345 'readlinelike': CompleteStyle.READLINE_LIKE,
345 'readlinelike': CompleteStyle.READLINE_LIKE,
346 }[self.display_completions],
346 }[self.display_completions]
347
347
348 def _extra_prompt_options(self):
348 def _extra_prompt_options(self):
349 """
349 """
General Comments 0
You need to be logged in to leave comments. Login now