From b5c65665b684a326b086de0f6042d81cafaaee1c Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:06:15 -0500 Subject: [PATCH] Update 10_4_Downsampling_and_Upsampling.ipynb --- Notebooks/Chap10/10_4_Downsampling_and_Upsampling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap10/10_4_Downsampling_and_Upsampling.ipynb b/Notebooks/Chap10/10_4_Downsampling_and_Upsampling.ipynb index d0585a5..3e3d96b 100644 --- a/Notebooks/Chap10/10_4_Downsampling_and_Upsampling.ipynb +++ b/Notebooks/Chap10/10_4_Downsampling_and_Upsampling.ipynb @@ -31,7 +31,7 @@ "source": [ "# **Notebook 10.4: Downsampling and Upsampling**\n", "\n", - "This notebook investigates the down sampling and downsampling methods discussed in section 10.4 of the book.\n", + "This notebook investigates the upsampling and downsampling methods discussed in section 10.4 of the book.\n", "\n", "Work through the cells below, running each cell in turn. In various places you will see the words \"TO DO\". Follow the instructions at these places and make predictions about what is going to happen or write code to complete the functions.\n", "\n",