Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d064063

Browse files
authored
fix: change variable name to not be python's built-in function name (#69)
1 parent 1eadf75 commit d064063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/week06/2_Functional_Behavior.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"metadata": {},
326326
"source": [
327327
"<p style=\"text-align: right; direction: rtl; float: right; clear: both;\">\n",
328-
" כתבו generator בשם <var>apply</var> שמקבל כפרמטר ראשון פונקציה (<var>func</var>), וכפרמטר שני iterable (<var dir=\"rtl\">iter</var>).<br>\n",
328+
" כתבו generator בשם <var>apply</var> שמקבל כפרמטר ראשון פונקציה (<var>func</var>), וכפרמטר שני iterable (<var dir=\"rtl\">iterable</var>).<br>\n",
329329
" עבור כל איבר ב־iterable, ה־generator יניב את האיבר אחרי שהופעלה עליו הפונקציה <var>func</var>, דהיינו – <code>func(item)</code>.<br>\n",
330330
"</p>"
331331
]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /