Show More
@@ -89,8 +89,8 b' class IPythonPTLexer(Lexer):' | |||
|
89 | 89 | class TerminalInteractiveShell(InteractiveShell): |
|
90 | 90 | colors_force = True |
|
91 | 91 | |
|
92 |
space_for_menu = Integer(6, config=True, help=' |
|
|
93 | 'the completion menu') | |
|
92 | space_for_menu = Integer(6, config=True, help='Number of line at the bottom of the screen ' | |
|
93 | 'to reserve for the completion menu') | |
|
94 | 94 | |
|
95 | 95 | def _space_for_menu_changed(self, old, new): |
|
96 | 96 | self._update_layout() |
General Comments 0
You need to be logged in to leave comments.
Login now