Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5cc209

Browse files
committed
Fix typo
1 parent 8b01fa2 commit e5cc209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/06_List_comprehension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ for variable_name in sequence:
8080

8181
### Historical Digression
8282

83-
List comprehension come from math (set-builder notation).
83+
List comprehensions come from math (set-builder notation).
8484

8585
```code
8686
a = [ x * x for x in s if x > 0 ] # Python

0 commit comments

Comments
 (0)