diff options
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 |