Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 minor fixes in docs/ide.rst #1863

Merged
merged 2 commits into from
Feb 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/ide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ you, you may also try:
(setq python-shell-interpreter "ipython"
python-shell-interpreter-args "-i")

As an IPython_ user, you might be interested in the `Emacs IPython
Notebook`_ or an `Elpy layer`_ for Spacemacs_, too.
As an IPython_ user, you might be interested in the `Emacs IPython
Notebook`_ or an `Elpy layer`_ for Spacemacs_, too.

Note for MacOS users:
In some configurations, display artifacts (lines of ``^G`` s) can
Expand Down Expand Up @@ -287,7 +287,7 @@ The Shell Buffer

By default, python buffers are all attached to a same python shell
(that lies in the `*Python*` buffer), meaning that all buffers and
code fragments will be send to this shell.
code fragments will be sent to this shell.
`elpy-shell-toggle-dedicated-shell` attaches a dedicated python shell
(not shared with the other python buffers) to the current python buffer.
To make this the default behavior (like the deprecated option
Expand Down