summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-06-16 15:09:38 -0700
committerJoffrey F <joffrey@docker.com>2015-06-16 15:09:38 -0700
commitde5f45491f851922104b40c23abf95c1219a9a08 (patch)
tree926c7b7869136681241212daba1f9d6ab6dd1401
parent1b942044f7462392b6593fc919adc0c1bf73e576 (diff)
downloaddocker-py-de5f45491f851922104b40c23abf95c1219a9a08.tar.gz
small doc fixes
-rw-r--r--docs/api.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api.md b/docs/api.md
index faa6d8e..573b041 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -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