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

@@ -11,7 +11,7 @@ CFG = Config()
def google_search(query: str, num_results: int = 8) -> str:
"""Return the results of a google search
"""Return the results of a Google search
Args:
query (str): The search query.
@@ -35,7 +35,7 @@ def google_search(query: str, num_results: int = 8) -> str:
def google_official_search(query: str, num_results: int = 8) -> str | list[str]:
"""Return the results of a google search using the official Google API
"""Return the results of a Google search using the official Google API
Args:
query (str): The search query.