From 3887959adfa4364eb74a513ba2651613cd991d72 Mon Sep 17 00:00:00 2001 From: coderkun Date: Sat, 22 Apr 2017 10:57:59 +0200 Subject: [PATCH] Add some docstrings --- aur.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aur.py b/aur.py index 9b6c25d..96d164b 100644 --- a/aur.py +++ b/aur.py @@ -66,6 +66,7 @@ class AURPackage: def exists(self): + """Check if the package exists (in the AUR).""" return self._exists