Add some docstrings
This commit is contained in:
parent
15843ce6e4
commit
3887959adf
1 changed files with 1 additions and 0 deletions
1
aur.py
1
aur.py
|
@ -66,6 +66,7 @@ class AURPackage:
|
|||
|
||||
|
||||
def exists(self):
|
||||
"""Check if the package exists (in the AUR)."""
|
||||
return self._exists
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue