summaryrefslogtreecommitdiff
path: root/alot/widgets/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/globals.py')
-rw-r--r--alot/widgets/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index 7f2a9dcd..66e51406 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -15,7 +15,7 @@ from ..errors import CompletionError
class AttachmentWidget(urwid.WidgetWrap):
"""
- one-line summary of an :class:`~alot.db.attachment.Attachment`.
+ one-line summary of an :class:`~alot.mail.attachment.Attachment`.
"""
def __init__(self, attachment, selectable=True):