From c3d34c2766387deef03158cfb4ed60c6aec193dc Mon Sep 17 00:00:00 2001 From: Noa Sarid <83418206+noaiz@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:02:40 +0000 Subject: [PATCH] fix: change variable name to not be python's built-in function name --- content/week06/2_Functional_Behavior.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/week06/2_Functional_Behavior.ipynb b/content/week06/2_Functional_Behavior.ipynb index d09317f..7a4dc99 100644 --- a/content/week06/2_Functional_Behavior.ipynb +++ b/content/week06/2_Functional_Behavior.ipynb @@ -325,7 +325,7 @@ "metadata": {}, "source": [ "
\n",
- " כתבו generator בשם apply שמקבל כפרמטר ראשון פונקציה (func), וכפרמטר שני iterable (iter).
\n",
+ " כתבו generator בשם apply שמקבל כפרמטר ראשון פונקציה (func), וכפרמטר שני iterable (iterable).
\n",
" עבור כל איבר ב־iterable, ה־generator יניב את האיבר אחרי שהופעלה עליו הפונקציה func, דהיינו – func(item)
.
\n",
"