small doc fixes

This commit is contained in:
Joffrey F 2015-06-16 15:09:38 -07:00
parent 93531e9cff
commit 38a6651ede
1 changed files with 3 additions and 3 deletions

View File

@ -71,10 +71,10 @@ correct value (e.g `gzip`).
- memswap (int): Total memory (memory + swap), -1 to disable swap
- cpushares (int): CPU shares (relative weight)
- cpusetcpus (str): CPUs in which to allow exection, e.g., `"0-3"`, `"0,1"`
* decode (bool): If set to true, the returned stream will be decoded into dicts on the fly.
False by default.
* decode (bool): If set to `True`, the returned stream will be decoded into
dicts on the fly. Default `False`.
**Returns** (generator): A generator of the build output
**Returns** (generator): A generator for the build output
```python
>>> from io import BytesIO