We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b01fa2 commit e5cc209Copy full SHA for e5cc209
1 file changed
Notes/02_Working_with_data/06_List_comprehension.md
@@ -80,7 +80,7 @@ for variable_name in sequence:
80
81
### Historical Digression
82
83
-List comprehension come from math (set-builder notation).
+List comprehensions come from math (set-builder notation).
84
85
```code
86
a = [ x * x for x in s if x > 0 ] # Python
0 commit comments