Skip to content

Commit e8fad18

Browse files
authored
Fix wording
Fix wording from'between' to 'from'
1 parent 7602ed1 commit e8fad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@ For more details about errors and exceptions follow this [https://docs.python.or
32693269
<details>
32703270
<summary>What is Lambda? How is it used?</summary><br><b>
32713271

3272-
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.
3272+
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.
32733273

32743274
The syntax is:
32753275

0 commit comments

Comments
 (0)