Skip to content

Commit 54ba8e0

Browse files
committed
Fixed misspelled words in Lambda notebook
1 parent 69658f4 commit 54ba8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lambda expressions .ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
"cell_type": "markdown",
396396
"metadata": {},
397397
"source": [
398-
"lambda expressions really shine when used in conjunction with map(),filter() and reduce(). Each of those functions has its own lecture, so feel free to explore them if your very itnerested in lambda."
398+
"lambda expressions really shine when used in conjunction with map(),filter() and reduce(). Each of those functions has its own lecture, so feel free to explore them if you're very interested in lambda."
399399
]
400400
},
401401
{

0 commit comments

Comments
 (0)