From a9c1e69e515f33e790fdd162a4ee50b938d51f13 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Thu, 17 May 2018 23:30:10 +0800 Subject: [PATCH] Fix typo --- code/chap01.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/chap01.ipynb b/code/chap01.ipynb index 63c08bea..0e761ebc 100644 --- a/code/chap01.ipynb +++ b/code/chap01.ipynb @@ -535,7 +535,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Exercise 1:** Run the code in the following cells to create a `Signal` with two frequency components, and them create a `Wave` that contains a half-second sample from the `Signal`.\n", + "**Exercise 1:** Run the code in the following cells to create a `Signal` with two frequency components, and then create a `Wave` that contains a half-second sample from the `Signal`.\n", "\n", "Add code to compute and plot the `Spectrum` of this `Wave`.\n", "\n",