From c1d27c4751329051ab14a302337d87fcec60931f Mon Sep 17 00:00:00 2001 From: Samuel Afolaranmi Date: Tue, 30 Jan 2018 11:55:04 +0100 Subject: [PATCH] Update Lambda expressions Uhm, I guess it was a mistake, I edited the Example 4 part, substituting function for argument: Before: Just like a normal function, we can accept more than one **function** into a lambda expression After: Just like a normal function, we can accept more than one **argument** into a lambda expression --- Lambda expressions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lambda expressions.ipynb b/Lambda expressions.ipynb index 8722288..8ff5818 100644 --- a/Lambda expressions.ipynb +++ b/Lambda expressions.ipynb @@ -355,7 +355,7 @@ "metadata": {}, "source": [ "##Example 4\n", - "Just like a normal function, we can accept more than one function into a lambda expression:" + "Just like a normal function, we can accept more than one argument into a lambda expression:" ] }, {