Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: change variable name to not be python's built-in function name
  • Loading branch information
noaiz committed Apr 4, 2024
commit c3d34c2766387deef03158cfb4ed60c6aec193dc
2 changes: 1 addition & 1 deletion content/week06/2_Functional_Behavior.ipynb
Original file line number Diff line number Diff line change
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