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

Skip to content

Commit 70afdc9

Browse files
authored
Merge pull request dabeaz-course#82 from bid0uille/bid0uille-patch-2
fix missing word
2 parents 2a9e9b7 + 9fe1d1b commit 70afdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/04_Sequences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ for x, y in points:
242242
```
243243

244244
When using multiple variables, each tuple is *unpacked* into a set of iteration variables.
245-
The number of variables must match the of items in each tuple.
245+
The number of variables must match the number of items in each tuple.
246246

247247
### zip() function
248248

0 commit comments

Comments
 (0)