We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8abfa34 + bdf5b14 commit d45fd94Copy full SHA for d45fd94
1 file changed
README.markdown
@@ -51,7 +51,7 @@ def iterable():
51
52
z = zipstream.ZipFile()
53
z.write('path/to/files', 'my_archive_files')
54
-z.write_iter(iterable(), 'my_archive_iter')
+z.write_iter('my_archive_iter', iterable())
55
56
with open('zipfile.zip', 'wb') as f:
57
for data in z:
0 commit comments