summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
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/commands/search.py
parenta8e5bab02684a0a7995ef6fd30018b2f2ca51861 (diff)
Remove trailing whitespace from inline docs
It would otherwise be picked up by the autogenerated docs.
Diffstat (limited to 'alot/commands/search.py')
-rw-r--r--alot/commands/search.py3
1 files changed, 1 insertions, 2 deletions
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"""