Skip to content

Commit 29e1cd8

Browse files
committed
you -> we
1 parent 9cfac8d commit 29e1cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ you, but later you'll realize that for loops are much easier to work
232232
with than while loops and index variables, especially in large projects.
233233

234234
There's only one big limitation with for looping over lists. We
235-
shouldn't modify the list in the for loop. If you do, the results can
235+
shouldn't modify the list in the for loop. If we do, the results can
236236
be surprising:
237237

238238
```py

0 commit comments

Comments
 (0)