diff options
author | nir0s <nir36g@gmail.com> | 2015-02-12 09:58:56 +0200 |
---|---|---|
committer | nir0s <nir36g@gmail.com> | 2015-02-12 09:58:56 +0200 |
commit | 893626142ca95c6abba1d95893ca079baebde4a6 (patch) | |
tree | e38879e1cfc2df114fd29e7dc864b770ddb1f240 /docs | |
parent | 0379bddeaa7b79ff079a9fa65906bc77d73f18cc (diff) | |
download | docker-py-893626142ca95c6abba1d95893ca079baebde4a6.tar.gz |
docs fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md index 8c0a85b..87af48c 100644 --- a/docs/api.md +++ b/docs/api.md @@ -672,7 +672,6 @@ This will stream statistics for a specific container. **Params**: * container (str): The container to start -* aggregate (int): The number of messages to aggregate before returning a stream object. ```python >>> from docker import Client |