summaryrefslogtreecommitdiff
path: root/alot/walker.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
commit3a3898f2ce976fbb800f55764675c4962e7adf28 (patch)
tree2959542fbca3f63ec067a6cb8b34729b7b635449 /alot/walker.py
parent9bd32e5b0b253aa80c44e7d54f15e66ceb84a9e8 (diff)
Fix some spelling mistakes
Diffstat (limited to 'alot/walker.py')
-rw-r--r--alot/walker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/walker.py b/alot/walker.py
index 560a0605..2efb9886 100644
--- a/alot/walker.py
+++ b/alot/walker.py
@@ -11,7 +11,7 @@ class PipeWalker(urwid.ListWalker):
"""urwid.ListWalker that reads next items from a pipe and wraps them in
`containerclass` widgets for displaying
- Atributes that should be considered publicly readable:
+ Attributes that should be considered publicly readable:
:attr lines: the lines obtained from the pipe
:type lines: list(`containerclass`)
"""