File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -225,11 +225,14 @@ class TerminalInteractiveShell(InteractiveShell):
225
225
help = """Use `raw_input` for the REPL, without completion and prompt colors.
226
226
227
227
Useful when controlling IPython as a subprocess, and piping STDIN/OUT/ERR. Known usage are:
228
- IPython own testing machinery, and emacs inferior-shell integration through elpy.
228
+ IPython own testing machinery, and emacs inferior-python integration through elpy.
229
229
230
230
This mode default to `True` if the `IPY_TEST_SIMPLE_PROMPT`
231
- environment variable is set, or the current terminal is not a tty."""
232
- ).tag (config = True )
231
+ environment variable is set, or the current terminal is not a tty.
232
+ Thus the Default value reported in --help-all, or config will often
233
+ be incorrectly reported.
234
+ """ ,
235
+ ).tag (config = True )
233
236
234
237
@property
235
238
def debugger_cls (self ):
You can’t perform that action at this time.
0 commit comments