We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ec410 commit 790c277Copy full SHA for 790c277
docs/builtin/zip.md
@@ -32,7 +32,7 @@ Python zip() built-in function
32
33
## Other Usecases
34
35
-The zip function in Python combines multiple iterables into a single iterable of tuples.
+The zip function in Python merges multiple iterables into tuples.
36
37
```python
38
# Combining three lists
0 commit comments