Skip to content

Commit 49d6689

Browse files
committed
Merge pull request jmportilla#12 from jdschmidt/patch-1
Fixed misspelled words in Lambda notebook
2 parents 69658f4 + 54ba8e0 commit 49d6689

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)