summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-15 21:20:49 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-15 21:20:49 +0000
commit2b4a18f9a29c9735ded0ab8780b341d9aadf1ebf (patch)
tree6bfbdd873baf9a86198929e6a1f177458ffd8fa5 /alot/buffers.py
parent9fa123fad28b65f0693999417b1fc0fb0759fb8f (diff)
reimplement thread.TagCommand
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index 635cc8e2..bb502ab4 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -381,7 +381,7 @@ class ThreadBuffer(Buffer):
def refresh(self):
- """refresh and flushe caches or Thread tree"""
+ """refresh and flushe caches of Thread tree"""
self.body.refresh()
# needed for ui.get_deep_focus..