Skip to content

Commit

Permalink
Merge pull request dabeaz-course#82 from bid0uille/bid0uille-patch-2
Browse files Browse the repository at this point in the history
fix missing word
  • Loading branch information
dabeaz authored Jul 3, 2020
2 parents 2a9e9b7 + 9fe1d1b commit 70afdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notes/02_Working_with_data/04_Sequences.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ for x, y in points:
```

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

### zip() function

Expand Down

0 comments on commit 70afdc9

Please sign in to comment.