From e8fad188f33b324d768b37a033fdca54f20313f5 Mon Sep 17 00:00:00 2001 From: surister Date: Wed, 22 Jan 2020 10:14:55 +0100 Subject: [PATCH] Fix wording Fix wording from'between' to 'from' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e75ea66..e7e5541 100644 --- a/README.md +++ b/README.md @@ -3269,7 +3269,7 @@ For more details about errors and exceptions follow this [https://docs.python.or
What is Lambda? How is it used?
-A lambda expression is an 'anonymous' function, the differnce between a normal defined function using the keyword `def`` is the syntax and ussage. +A lambda expression is an 'anonymous' function, the differnce from a normal defined function using the keyword `def`` is the syntax and ussage. The syntax is: