summaryrefslogtreecommitdiff
path: root/alot/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets.py')
-rw-r--r--alot/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets.py b/alot/widgets.py
index bc9e14a7..582857b3 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -511,7 +511,7 @@ class MessageSummaryWidget(urwid.WidgetWrap):
def __init__(self, message, even=True):
"""
- :param message: amessage
+ :param message: a message
:type message: alot.db.Message
:param even: even entry in a pile of messages? Used for theming.
:type even: bool