Skip to content

Commit

Permalink
fix: change variable name to not be python's built-in function name (#69
Browse files Browse the repository at this point in the history
)
  • Loading branch information
noaiz committed Apr 4, 2024
1 parent 1eadf75 commit d064063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/week06/2_Functional_Behavior.ipynb
Expand Up @@ -325,7 +325,7 @@
"metadata": {},
"source": [
"<p style=\"text-align: right; direction: rtl; float: right; clear: both;\">\n",
" כתבו generator בשם <var>apply</var> שמקבל כפרמטר ראשון פונקציה (<var>func</var>), וכפרמטר שני iterable (<var dir=\"rtl\">iter</var>).<br>\n",
" כתבו generator בשם <var>apply</var> שמקבל כפרמטר ראשון פונקציה (<var>func</var>), וכפרמטר שני iterable (<var dir=\"rtl\">iterable</var>).<br>\n",
" עבור כל איבר ב־iterable, ה־generator יניב את האיבר אחרי שהופעלה עליו הפונקציה <var>func</var>, דהיינו – <code>func(item)</code>.<br>\n",
"</p>"
]
Expand Down

0 comments on commit d064063

Please sign in to comment.