Skip to content

Commit

Permalink
Merge pull request #2711 from vlad-ro/fix-doc-formatting
Browse files Browse the repository at this point in the history
Fix doc formatting
  • Loading branch information
aiordache committed Feb 12, 2021
2 parents c15ee39 + 56d4b09 commit d065daf
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 d065daf

Please sign in to comment.