summaryrefslogtreecommitdiff
path: root/urwid/decoration.py
diff options
context:
space:
mode:
Diffstat (limited to 'urwid/decoration.py')
-rwxr-xr-xurwid/decoration.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/urwid/decoration.py b/urwid/decoration.py
index b585bd6..01bf01c 100755
--- a/urwid/decoration.py
+++ b/urwid/decoration.py
@@ -104,8 +104,7 @@ class AttrMapError(WidgetError):
class AttrMap(delegate_to_widget_mixin('_original_widget'), WidgetDecoration):
"""
- AttrMap is a decoration that maps one set of attributes to another for
- a FlowWidget or BoxWidget
+ AttrMap is a decoration that maps one set of attributes to another
"""
def __init__(self, w, attr_map, focus_map=None):
"""