From 03ebe5a039d94b7df24fd9ff48d529ac26d6531a Mon Sep 17 00:00:00 2001 From: ullizen Date: Sat, 8 Mar 2025 10:52:03 +0100 Subject: [PATCH] Update 4_2_Clipping_functions.ipynb --- Notebooks/Chap04/4_2_Clipping_functions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap04/4_2_Clipping_functions.ipynb b/Notebooks/Chap04/4_2_Clipping_functions.ipynb index 87ecab2..e271244 100644 --- a/Notebooks/Chap04/4_2_Clipping_functions.ipynb +++ b/Notebooks/Chap04/4_2_Clipping_functions.ipynb @@ -169,7 +169,7 @@ { "cell_type": "code", "source": [ - "# Define parameters (note first dimension of theta and phi is padded to make indices match\n", + "# Define parameters (note first dimension of theta and psi is padded to make indices match\n", "# notation in book)\n", "theta = np.zeros([4,2])\n", "psi = np.zeros([4,4])\n",