Kaydet (Commit) 74a293a9 authored tarafından adw1n's avatar adw1n

Fix docs for `chunk_size` parameter

Closes #2122
Signed-off-by: 's avatarPrzemysław Adamek <adw1n@users.noreply.github.com>
üst e78e4e74
......@@ -64,9 +64,9 @@ class Image(Model):
Get a tarball of an image. Similar to the ``docker save`` command.
Args:
chunk_size (int): The number of bytes returned by each iteration
of the generator. If ``None``, data will be streamed as it is
received. Default: 2 MB
chunk_size (int): The generator will return up to that much data
per iteration, but may return less. If ``None``, data will be
streamed as it is received. Default: 2 MB
Returns:
(generator): A stream of raw archive data.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment