summaryrefslogtreecommitdiff
path: root/docker/api/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/api/client.py')
-rw-r--r--docker/api/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/api/client.py b/docker/api/client.py
index cbe74b9..01a83ea 100644
--- a/docker/api/client.py
+++ b/docker/api/client.py
@@ -206,7 +206,7 @@ class APIClient(
'instead'.format(arg, type(arg))
)
- quote_f = partial(six.moves.urllib.parse.quote_plus, safe="/:")
+ quote_f = partial(six.moves.urllib.parse.quote, safe="/:")
args = map(quote_f, args)
if kwargs.get('versioned_api', True):