Fix wording

Fix wording from'between' to 'from'
This commit is contained in:
surister 2020-01-22 10:14:55 +01:00 committed by GitHub
parent 7602ed113d
commit e8fad188f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3269,7 +3269,7 @@ For more details about errors and exceptions follow this [https://docs.python.or
<details>
<summary>What is Lambda? How is it used?</summary><br><b>
A <code>lambda</code> expression is an 'anonymous' function, the differnce between a normal defined function using the keyword `def`` is the syntax and ussage.
A <code>lambda</code> expression is an 'anonymous' function, the differnce from a normal defined function using the keyword `def`` is the syntax and ussage.
The syntax is: