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