diff options
author | Joffrey F <joffrey@docker.com> | 2017-05-11 17:44:23 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-05-12 14:28:27 -0700 |
commit | 95297dc2e760b992d7d31d485a66d02728944f36 (patch) | |
tree | 5ef3893b1c2850a6dd5d9f0db3f9bd6cde55f586 /docker/models/plugins.py | |
parent | 007ab677a1ff7748596ca7703ad05d89a4c881cd (diff) | |
download | docker-py-1433-run-networks.tar.gz |
Replace erroneous networks argument in containers.run with singular1433-run-networks
network equivalent.
Small docfixes
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docker/models/plugins.py')
-rw-r--r-- | docker/models/plugins.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/models/plugins.py b/docker/models/plugins.py index 6cdf01c..0688018 100644 --- a/docker/models/plugins.py +++ b/docker/models/plugins.py @@ -103,8 +103,8 @@ class Plugin(Model): Args: remote (string): Remote reference to upgrade to. The - ``:latest`` tag is optional and is the default if omitted. - Default: this plugin's name. + ``:latest`` tag is optional and is the default if omitted. + Default: this plugin's name. Returns: A generator streaming the decoded API logs |