diff --git a/src/downloader/download.py b/src/downloader/download.py index e5ccbe1..3ca52c1 100644 --- a/src/downloader/download.py +++ b/src/downloader/download.py @@ -68,7 +68,7 @@ class Downloader(object): raise NotImplementedError(implement_method) 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 version: Version of the application to download