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: