Spelling fixes

This commit is contained in:
H-jj-R
2023-04-17 13:25:49 +01:00
parent f41febd3ae
commit 8dadf79614
9 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ CFG = Config()
def clone_repository(repo_url: str, clone_path: str) -> str:
"""Clone a github repository locally
"""Clone a GitHub repository locally
Args:
repo_url (str): The URL of the repository to clone