From 473f5be7dfccad0cb37c818c2b92c0f04ee34810 Mon Sep 17 00:00:00 2001 From: asherwksu <30703984+asherwksu@users.noreply.github.com> Date: Fri, 20 Oct 2017 09:59:09 -0500 Subject: [PATCH] removed redundant function name --- source/lectures/ME400_Lecture_18.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lectures/ME400_Lecture_18.ipynb b/source/lectures/ME400_Lecture_18.ipynb index 24b3e72..78529b6 100644 --- a/source/lectures/ME400_Lecture_18.ipynb +++ b/source/lectures/ME400_Lecture_18.ipynb @@ -1168,7 +1168,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Note something important: the original expression was named `f`. To keep names straight, I recommend naming any *lambdified* expression `f` in the form `f_fun` `f_lam` to indicate its use as a function.\n", + "Note something important: the original expression was named `f`. To keep names straight, I recommend naming any *lambdified* expression `f` in the form `f_fun` to indicate its use as a function.\n", "\n", "The result works by default for `ndarrays`:" ]