We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af6c9b1 + 0c4772e commit b056389Copy full SHA for b056389
1 file changed
README.markdown
@@ -35,7 +35,7 @@ def iterable():
35
yield b'this is a byte string\x01\n'
36
37
z = zipstream.ZipFile()
38
-z.write_iter(iterable(), 'my_archive_iter')
+z.write_iter('my_archive_iter', iterable())
39
40
with open('zipfile.zip', 'wb') as f:
41
for data in z:
0 commit comments