We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abfa34 commit bdf5b14Copy full SHA for bdf5b14
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