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

Skip to content

Commit ee21b33

Browse files
authored
Fix missing word
Word 'number' missing in 02.04 part.
1 parent e71e7e0 commit ee21b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/04_Sequences.md

+1-1
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)