File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -225,11 +225,14 @@ class TerminalInteractiveShell(InteractiveShell):
225225 help = """Use `raw_input` for the REPL, without completion and prompt colors.
226226
227227 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.
229229
230230 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 )
233236
234237 @property
235238 def debugger_cls (self ):
You can’t perform that action at this time.
0 commit comments