allanlei / python-zipstream

Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks.
GNU General Public License v3.0
128 stars 34 forks source link

Corrected order of arguments in example #17

Closed hecvd closed 8 years ago

hecvd commented 8 years ago

The function write_iter receives a filename and an iterable in that order.