Skip to content

Commit c3dcfaa

Browse files
authored
DOCS: update simple_prompt phrasing. (#14404)
Closes #14402
2 parents 8ff4109 + ae94984 commit c3dcfaa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

IPython/terminal/interactiveshell.py

+6-3
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)