##// END OF EJS Templates
Merge pull request #11190 from infmagic2047/fix-completion-style...
Thomas Kluyver -
r24398:a2685d78 merge masdter
parent child Browse files
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