mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-04-30 14:34:28 +02:00
doc: fix typo
This commit is contained in:
parent
bf5f8ef442
commit
8e9f86cbf5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user