summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:08:37 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:08:37 +0200
commit035044b8d8fb0377fb482723086782359801402f (patch)
tree93bc64e2ee441d3b2494326298affa1b62654a78
parent4dd89c7ee5537ba45ca1608a312300307e8f996c (diff)
doc: fix sphinx warning
-rw-r--r--alot/addressbooks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/addressbooks.py b/alot/addressbooks.py
index 06e9284b..d2d134f2 100644
--- a/alot/addressbooks.py
+++ b/alot/addressbooks.py
@@ -13,6 +13,7 @@ class AddressBook(object):
"""can look up email addresses and realnames for contacts.
.. note::
+
This is an abstract class that leaves :meth:`get_contacts`
unspecified. See :class:`AbookAddressBook` and
:class:`MatchSdtoutAddressbook` for implementations.