From 38a6651ede2f380209646cd50c8034dd76f27886 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Tue, 16 Jun 2015 15:09:38 -0700 Subject: [PATCH] small doc fixes --- docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index 19048e39..4b641471 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