Updated docstring

This commit is contained in:
Nikhil Badyal
2025-04-19 16:11:31 +05:30
parent 05ca33164c
commit 5d05cff80f
+1 -1
View File
@@ -68,7 +68,7 @@ class Downloader(object):
raise NotImplementedError(implement_method) raise NotImplementedError(implement_method)
def specific_version(self: Self, app: APP, version: str) -> tuple[str, str]: def specific_version(self: Self, app: APP, version: str) -> tuple[str, str]:
"""Function to download the specified version of app from apkmirror. """Function to download the specified version of app..
:param app: Name of the application :param app: Name of the application
:param version: Version of the application to download :param version: Version of the application to download