Show More
@@ -175,8 +175,8 b' class TerminalInteractiveShell(InteractiveShell):' | |||||
175 |
|
175 | |||
176 | display_completions = Enum(('column', 'multicolumn','readlinelike'), |
|
176 | display_completions = Enum(('column', 'multicolumn','readlinelike'), | |
177 | help= ( "Options for displaying tab completions, 'column', 'multicolumn', and" |
|
177 | help= ( "Options for displaying tab completions, 'column', 'multicolumn', and " | |
178 |
"'readlinelike'. These options are for `prompt_toolkit`, see |
|
178 | "'readlinelike'. These options are for `prompt_toolkit`, see " | |
179 | "documentation for more information." |
|
179 | "`prompt_toolkit` documentation for more information." | |
180 | ), |
|
180 | ), | |
181 | default_value='multicolumn').tag(config=True) |
|
181 | default_value='multicolumn').tag(config=True) | |
182 |
|
182 |
General Comments 0
You need to be logged in to leave comments.
Login now