summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-12-11 14:28:08 +0100
committerLucas Hoffmann <l-m-h@web.de>2016-12-11 14:29:10 +0100
commit6d944cdb14b66292c8635741edec7843999878b8 (patch)
tree0e01fec9c7092b906ca1f86f211ef646dfbba0bc /alot
parenta8e5bab02684a0a7995ef6fd30018b2f2ca51861 (diff)
Remove trailing whitespace from inline docs
It would otherwise be picked up by the autogenerated docs.
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/globals.py8
-rw-r--r--alot/commands/search.py3
2 files changed, 4 insertions, 7 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 49906513..d3dddf61 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -351,7 +351,7 @@ class RepeatCommand(Command):
(['command'], {'help': 'python command string to call'})])
class CallCommand(Command):
- """ Executes python code """
+ """Executes python code"""
repeatable = True
def __init__(self, command, **kwargs):
@@ -563,10 +563,8 @@ class FlushCommand(Command):
(['commandname'], {'help': 'command or \'bindings\''})])
class HelpCommand(Command):
- """
- display help for a command. Use \'bindings\' to
- display all keybings interpreted in current mode.'
- """
+ """display help for a command. Use \'bindings\' to display all keybings
+ interpreted in current mode.'"""
def __init__(self, commandname='', **kwargs):
"""
:param commandname: command to document
diff --git a/alot/commands/search.py b/alot/commands/search.py
index b79ce831..b8ecef6d 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -145,8 +145,7 @@ class RetagPromptCommand(Command):
help="""flip presence of tags on this thread.
A tag is considered present if at least one message contained in this
thread is tagged with it. In that case this command will remove the tag
- from every message in the thread.
- """)
+ from every message in the thread.""")
class TagCommand(Command):
"""manipulate message tags"""