Skip to content

Commit

Permalink
Fix doc formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Romanenko <vlad.romanenko@hotmail.com>
  • Loading branch information
vlad-ro authored and aiordache committed Feb 15, 2021
1 parent 50af8c8 commit 672db57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def reload_config(self, dockercfg_path=None):
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
Expand Down
2 changes: 1 addition & 1 deletion docker/api/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def login(self, username, password=None, email=None, registry=None,
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
Expand Down

0 comments on commit 672db57

Please sign in to comment.