summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-10 20:50:48 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-10 20:50:48 +0000
commit52ed85bbb63a569d61ab8ae6a9353dd0ad4c657c (patch)
tree73240f7f62f2f518ec93d95b9b03f9510ddb3090
parente59b909a7f4826bf812c833b484e8aee3383b348 (diff)
pep8
-rw-r--r--alot/account.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/account.py b/alot/account.py
index e12feac4..1b7d35e2 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -19,8 +19,8 @@ class Account(object):
.. note::
This is an abstract class that leaves :meth:`send_mail` unspecified.
- See :class:`SendmailAccount` for a subclass that uses a sendmail command
- to send out mails.
+ See :class:`SendmailAccount` for a subclass that uses a sendmail
+ command to send out mails.
"""
address = None