summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrett55 <bjcull2@gmail.com>2017-09-13 15:40:37 -0600
committerJoffrey F <joffrey@docker.com>2017-11-06 19:20:36 -0800
commit4c13386d7b8c35f185686fe9fa7cddedb55d37e2 (patch)
tree3dd5fdf6af4fc5aa936e8043c4aa282919ca22cc
parent019e210ba64c5f86f0d3167506340c3a5876242e (diff)
downloaddocker-py-4c13386d7b8c35f185686fe9fa7cddedb55d37e2.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