summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/api/client.py2
-rw-r--r--docker/api/daemon.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/api/client.py b/docker/api/client.py
index fbf7ad4..2b67291 100644
--- a/docker/api/client.py
+++ b/docker/api/client.py
@@ -497,7 +497,7 @@ class APIClient(
Args:
dockercfg_path (str): Use a custom path for the Docker config file
(default ``$HOME/.docker/config.json`` if present,
- otherwise``$HOME/.dockercfg``)
+ otherwise ``$HOME/.dockercfg``)
Returns:
None
diff --git a/docker/api/daemon.py b/docker/api/daemon.py
index f715a13..6b71926 100644
--- a/docker/api/daemon.py
+++ b/docker/api/daemon.py
@@ -109,7 +109,7 @@ class DaemonApiMixin(object):
the Docker server.
dockercfg_path (str): Use a custom path for the Docker config file
(default ``$HOME/.docker/config.json`` if present,
- otherwise``$HOME/.dockercfg``)
+ otherwise ``$HOME/.dockercfg``)
Returns:
(dict): The response from the login request