Skip to content

Commit

Permalink
Merge 872b3a7 into 4032c72
Browse files Browse the repository at this point in the history
  • Loading branch information
stepnem committed Dec 11, 2020
2 parents 4032c72 + 872b3a7 commit 0021cb8
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0021cb8

Please sign in to comment.