From c273a102ff7e5e356a4a3b3ddff0ec2a7ecbe572 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Mon, 25 Jan 2016 15:54:30 +0100 Subject: Fix docstring for alot.addressbook.AddressBook. The name of the referenced class was changed in 637b679003b353d2630fed8ca942f3ab522e68b5. --- alot/addressbook/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/addressbook') diff --git a/alot/addressbook/__init__.py b/alot/addressbook/__init__.py index f649b523..6269f5d1 100644 --- a/alot/addressbook/__init__.py +++ b/alot/addressbook/__init__.py @@ -15,7 +15,7 @@ class AddressBook(object): This is an abstract class that leaves :meth:`get_contacts` unspecified. See :class:`AbookAddressBook` and - :class:`MatchSdtoutAddressbook` for implementations. + :class:`ExternalAddressbook` for implementations. """ def __init__(self, ignorecase=True): self.reflags = re.IGNORECASE if ignorecase else 0 -- cgit v1.2.3