From fe1f084dda39fc573c606c187dd26fad96edda8f Mon Sep 17 00:00:00 2001 From: Mehrdad <70322560+moxitron@users.noreply.github.com> Date: Thu, 11 Nov 2021 21:31:47 +0330 Subject: [PATCH] subtle typo I know that this is a bit controversial and using "neither" with "or" is grammatically correct. however it's better to use "neither" with "nor". --- notebooks/01.04-Input-Output-History.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/01.04-Input-Output-History.ipynb b/notebooks/01.04-Input-Output-History.ipynb index c8e5463fe..c646a6555 100644 --- a/notebooks/01.04-Input-Output-History.ipynb +++ b/notebooks/01.04-Input-Output-History.ipynb @@ -157,7 +157,7 @@ "In [14]: math.sin(2) + math.cos(2);\n", "```\n", "\n", - "Note that the result is computed silently, and the output is neither displayed on the screen or stored in the ``Out`` dictionary:\n", + "Note that the result is computed silently, and the output is neither displayed on the screen nor stored in the ``Out`` dictionary:\n", "\n", "```ipython\n", "In [15]: 14 in Out\n",