Thanks to visit codestin.com Credit goes to github.com
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 83ebf38 commit ced51dbCopy full SHA for ced51db
1 file changed
Python/bltinmodule.c
@@ -2178,9 +2178,7 @@ PyDoc_STRVAR(zip_doc,
2178
Return a zip object whose .__next__() method returns a tuple where\n\
2179
the i-th element comes from the i-th iterable argument. The .__next__()\n\
2180
method continues until the shortest iterable in the argument sequence\n\
2181
-is exhausted and then it raises StopIteration. Works like the zip()\n\
2182
-function but consumes less memory by returning an iterator instead of\n\
2183
-a list.");
+is exhausted and then it raises StopIteration.");
2184
2185
PyTypeObject PyZip_Type = {
2186
PyVarObject_HEAD_INIT(&PyType_Type, 0)
0 commit comments