From 5d05cff80f1a46bdefb097d6db1495c9c386ea14 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 19 Apr 2025 16:11:31 +0530 Subject: [PATCH] Updated docstring --- src/downloader/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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