From f5560e56f6df164da4cef37d8a48c5c4e5e96303 Mon Sep 17 00:00:00 2001 From: Yuji Nakao Date: Sat, 14 Sep 2019 13:16:55 +0900 Subject: [PATCH] Fix minor typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 95265ba..8f0b761 100644 --- a/README.org +++ b/README.org @@ -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