summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-01-17 11:00:56 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-01-17 11:05:47 -0800
commit44966d39fee3d10bd4f27155ed5ba3df6014f534 (patch)
tree63d76913719ee4432ccb5c618250539cd52ad664 /alot
parent8f8ff6696c0509a72831a7154e359d8144929711 (diff)
settings/manager: fix typo in docstring
Diffstat (limited to 'alot')
-rw-r--r--alot/settings/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 253171d1..40a36c66 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -190,7 +190,7 @@ class SettingsManager(object):
"""
setter for global config values
- :param key: config option identifise
+ :param key: config option identifies
:type key: str
:param value: option to set
:type value: depends on the specfile :file:`alot.rc.spec`