summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-05-12 19:57:32 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2013-05-12 19:57:32 +0100
commita1420aa8635b9b062ba5d1dd6f42772181fc92b1 (patch)
tree12425c0d0b04819b4f3ed8d6365585caddffeafb /alot/settings
parentc84a277061c8af1b0115017e2ec417be4b161861 (diff)
doc: clean up docstring for SettingsManager
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 67dd553c..70389413 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -34,8 +34,6 @@ class SettingsManager(object):
:type alot_rc: str
:param notmuch_rc: path to notmuch's config file
:type notmuch_rc: str
- :theme: path to initially used theme file
- :type theme: str
"""
self.hooks = None
self._mailcaps = mailcap.getcaps()