Skip to content

Commit

Permalink
Merge pull request #1 from r4dat/patch-1
Browse files Browse the repository at this point in the history
Typo fix for 'anonymous'
  • Loading branch information
gpetepg committed Sep 22, 2018
2 parents 9c4e748 + f863472 commit 917eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_tips_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
],
"source": [
"# lambda functions or anonnymous functions\n",
"# lambda functions or anonymous functions\n",
"\n",
"lambda_addition = lambda a, b : a+b\n",
"\n",
Expand Down

0 comments on commit 917eb85

Please sign in to comment.