Fix minor typo

This commit is contained in:
Yuji Nakao 2019-09-14 13:16:55 +09:00 committed by Nathaniel Nicandro
parent 2df28f2d9c
commit f5560e56f6

View file

@ -175,7 +175,7 @@ differences between =emacs-jupyter= and =ob-ipython= (biased in favor of
- Better REPL interface
- =ob-ipython= uses =python-shell-make-comint= to create a REPL connected to
a kernel. There are to problems with this (1) no syntax highlighting for
a kernel. There are two problems with this (1) no syntax highlighting for
kernel languages other than Python (2) =comint= only groks text based
output, but a Jupyter kernel can provide much richer representations of
data, e.g. HTML, markdown, or =png= images to name a few. The REPL frontend