Add some docstrings

This commit is contained in:
coderkun 2017-04-22 10:57:59 +02:00
parent 15843ce6e4
commit 3887959adf

1
aur.py
View file

@ -66,6 +66,7 @@ class AURPackage:
def exists(self):
"""Check if the package exists (in the AUR)."""
return self._exists