summaryrefslogtreecommitdiff
path: root/docker/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/client.py')
-rw-r--r--docker/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/client.py b/docker/client.py
index 4775ee7..56a60a9 100644
--- a/docker/client.py
+++ b/docker/client.py
@@ -730,7 +730,7 @@ class Client(requests.Session):
raise errors.DeprecatedMethod(
'insert is not available for API version >=1.12'
)
- api_url = self._url("/images/{0}/insert".fornat(image))
+ api_url = self._url("/images/{0}/insert".format(image))
params = {
'url': url,
'path': path