Merge pull request #2711 from vlad-ro/fix-doc-formatting

Fix doc formatting
This commit is contained in:
Anca Iordache 2021-02-12 16:38:20 +01:00 committed by GitHub
commit d065daf522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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