summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Romanenko <vlad.romanenko@hotmail.com>2020-11-30 14:18:54 +0000
committerVlad Romanenko <vlad.romanenko@hotmail.com>2021-02-10 21:27:15 +0200
commit56d4b09700cdd9a7a99b5840601af946a63f3bfa (patch)
tree192375d7403badbc265a12e764d44a77614a9a9f
parentb3aa23943201f0018100740dc02aa938caf92bea (diff)
downloaddocker-py-56d4b09700cdd9a7a99b5840601af946a63f3bfa.tar.gz
Fix doc formatting
Signed-off-by: Vlad Romanenko <vlad.romanenko@hotmail.com>
-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