Skip to content

Commit 07f5712

Browse files
committed
Fix typo's
1 parent b56f9af commit 07f5712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/delete-docker-tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _get_authorization_token(self, username, password):
4343
Actually gets the authentication token
4444
4545
Raises:
46-
AuthenticationError: didn't login right
46+
AuthenticationError: didn't log in correctly
4747
"""
4848
resp = self._session.post(
4949
f"{DH_API}/users/login/",

installer/github-releases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_release(url, filename, output) -> int:
3434

3535

3636
def download_url(url, root, filename=None, md5=None) -> None:
37-
"""Download a file from a url and place it in root.
37+
"""Download a file from an url and place it in root.
3838
3939
Args:
4040
url (str): URL to download file from

0 commit comments

Comments
 (0)