Skip to content

Commit

Permalink
DOCS: update simple_prompt phrasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 15, 2024
1 parent 38aa68c commit ae94984
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions IPython/terminal/interactiveshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,14 @@ class TerminalInteractiveShell(InteractiveShell):
help="""Use `raw_input` for the REPL, without completion and prompt colors.
Useful when controlling IPython as a subprocess, and piping STDIN/OUT/ERR. Known usage are:
IPython own testing machinery, and emacs inferior-shell integration through elpy.
IPython own testing machinery, and emacs inferior-python integration through elpy.
This mode default to `True` if the `IPY_TEST_SIMPLE_PROMPT`
environment variable is set, or the current terminal is not a tty."""
).tag(config=True)
environment variable is set, or the current terminal is not a tty.
Thus the Default value reported in --help-all, or config will often
be incorrectly reported.
""",
).tag(config=True)

@property
def debugger_cls(self):
Expand Down

0 comments on commit ae94984

Please sign in to comment.