Skip to content

Commit 790c277

Browse files
Update zip.md
changes for codacy checks
1 parent e4ec410 commit 790c277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/builtin/zip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Python zip() built-in function
3232

3333
## Other Usecases
3434

35-
The zip function in Python combines multiple iterables into a single iterable of tuples.
35+
The zip function in Python merges multiple iterables into tuples.
3636

3737
```python
3838
# Combining three lists

0 commit comments

Comments
 (0)