Show More
@@ -175,8 +175,8 class TerminalInteractiveShell(InteractiveShell): | |||
|
175 | 175 | |
|
176 | 176 | display_completions = Enum(('column', 'multicolumn','readlinelike'), |
|
177 | 177 | help= ( "Options for displaying tab completions, 'column', 'multicolumn', and" |
|
178 |
"'readlinelike'. These options are for `prompt_toolkit`, see |
|
|
179 | "documentation for more information." | |
|
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