summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnca Iordache <aiordache@users.noreply.github.com>2021-02-12 16:38:20 +0100
committerGitHub <noreply@github.com>2021-02-12 16:38:20 +0100
commitd065daf522195d9bc9d6da56a67a026f5ebe2c17 (patch)
treeb3f3bc49f87a746e0cc5ea1782440046b8c73099
parentc15ee3925d39ce8b845fb68aa8156153c5f6c352 (diff)
parent56d4b09700cdd9a7a99b5840601af946a63f3bfa (diff)
downloaddocker-py-d065daf522195d9bc9d6da56a67a026f5ebe2c17.tar.gz
Merge pull request #2711 from vlad-ro/fix-doc-formatting
Fix doc formatting
-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