Fix doc formatting

Signed-off-by: Vlad Romanenko <vlad.romanenko@hotmail.com>
This commit is contained in:
Vlad Romanenko 2020-11-30 14:18:54 +00:00
parent b3aa239432
commit 56d4b09700
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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