summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrett55 <bjcull2@gmail.com>2017-09-13 15:40:37 -0600
committerJoffrey F <f.joffrey@gmail.com>2017-09-21 22:34:58 -0700
commitbe3900b806cf48933643757077f3b77d9c3f4593 (patch)
tree6eef679ee7469b668283cebb32a37b9e5a24f080
parent37fbc8b4fda62f104d32a87946eb9bdd9e3698ba (diff)
downloaddocker-py-be3900b806cf48933643757077f3b77d9c3f4593.tar.gz
Fix docs, incorrect param name
Signed-off-by: brett55 <bjcull2@gmail.com>
-rw-r--r--docker/models/images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/models/images.py b/docker/models/images.py
index d1b29ad..2aae46d 100644
--- a/docker/models/images.py
+++ b/docker/models/images.py
@@ -254,7 +254,7 @@ class ImageCollection(Collection):
low-level API.
Args:
- repository (str): The repository to pull
+ name (str): The repository to pull
tag (str): The tag to pull
insecure_registry (bool): Use an insecure registry
auth_config (dict): Override the credentials that