Skip to content

Commit 38a6651

Browse files
committed
small doc fixes
1 parent 93531e9 commit 38a6651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ correct value (e.g `gzip`).
7171
- memswap (int): Total memory (memory + swap), -1 to disable swap
7272
- cpushares (int): CPU shares (relative weight)
7373
- cpusetcpus (str): CPUs in which to allow exection, e.g., `"0-3"`, `"0,1"`
74-
* decode (bool): If set to true, the returned stream will be decoded into dicts on the fly.
75-
False by default.
74+
* decode (bool): If set to `True`, the returned stream will be decoded into
75+
dicts on the fly. Default `False`.
7676

77-
**Returns** (generator): A generator of the build output
77+
**Returns** (generator): A generator for the build output
7878

7979
```python
8080
>>> from io import BytesIO

0 commit comments

Comments
 (0)