##// END OF EJS Templates
DOCS: update simple_prompt phrasing. (#14404)...
M Bussonnier -
r28731:c3dcfaa3 merge
parent child Browse files
Show More
@@ -225,10 +225,13 b' 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."""
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 """,
232 235 ).tag(config=True)
233 236
234 237 @property
General Comments 0
You need to be logged in to leave comments. Login now