From 2f064af42d4735649d361cbda640353ca08289fd Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Fri, 10 Apr 2015 09:29:47 +0100 Subject: refactor addressbook code --- alot/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/account.py') diff --git a/alot/account.py b/alot/account.py index 0c4abfbe..4a62f0b4 100644 --- a/alot/account.py +++ b/alot/account.py @@ -44,7 +44,7 @@ class Account(object): signature_as_attachment = None """attach signature file instead of appending its content to body text""" abook = None - """addressbook (:class:`addressbooks.AddressBook`) + """addressbook (:class:`addressbook.AddressBook`) managing this accounts contacts""" def __init__(self, address=None, aliases=None, realname=None, -- cgit v1.2.3