summaryrefslogtreecommitdiff
path: root/alot/addressbook
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-09-15 08:56:07 +0200
committerLucas Hoffmann <l-m-h@web.de>2016-12-14 08:28:54 +0100
commitb7dbc63472974e0d824a1392fa71ae4e694325bb (patch)
tree0fea502b9dc52fb0858d78c2321c9754625c80f6 /alot/addressbook
parent9574b0b818256699233a31c05871f69b6c64bb98 (diff)
Fix typo in docstring
Diffstat (limited to 'alot/addressbook')
-rw-r--r--alot/addressbook/abook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/addressbook/abook.py b/alot/addressbook/abook.py
index 4110306e..207d8153 100644
--- a/alot/addressbook/abook.py
+++ b/alot/addressbook/abook.py
@@ -11,7 +11,7 @@ class AbookAddressBook(AddressBook):
""":class:`AddressBook` that parses abook's config/database files"""
def __init__(self, path='~/.abook/addressbook', **kwargs):
"""
- :param path: path to theme file
+ :param path: path to abook addressbook file
:type path: str
"""
AddressBook.__init__(self, **kwargs)