doc: fix typo

This commit is contained in:
Indranil012 2023-03-15 13:35:15 +05:30
parent bf5f8ef442
commit 8e9f86cbf5

View File

@ -22,7 +22,7 @@ async def commits(repository: str, current_version: str, target_tag: str = "late
target_tag (str): lateset(default), prerelease, recent, tag_name target_tag (str): lateset(default), prerelease, recent, tag_name
Returns: Returns:
list: string containing the repository's commits between version list: list containing the repository's commits between version
""" """
return await releases.get_commits(repository, current_version, target_tag) return await releases.get_commits(repository, current_version, target_tag)