From 4e50ad4047062247ec1b532a24cd617fbb434a15 Mon Sep 17 00:00:00 2001 From: John Borkowski Date: Mon, 22 Apr 2019 22:52:47 -0400 Subject: [PATCH] Small grammar fix in Suppressing Output section --- 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..0c4577e3f 100644 --- a/notebooks/01.04-Input-Output-History.ipynb +++ b/notebooks/01.04-Input-Output-History.ipynb @@ -150,7 +150,7 @@ "source": [ "## Suppressing Output\n", "Sometimes you might wish to suppress the output of a statement (this is perhaps most common with the plotting commands that we'll explore in [Introduction to Matplotlib](04.00-Introduction-To-Matplotlib.ipynb)).\n", - "Or maybe the command you're executing produces a result that you'd prefer not like to store in your output history, perhaps so that it can be deallocated when other references are removed.\n", + "Or maybe the command you're executing produces a result that you'd prefer not to store in your output history, perhaps so that it can be deallocated when other references are removed.\n", "The easiest way to suppress the output of a command is to add a semicolon to the end of the line:\n", "\n", "```ipython\n",