summaryrefslogtreecommitdiff
path: root/urwid
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2017-02-28 00:35:45 +0100
committerJakub Wilk <jwilk@jwilk.net>2017-02-28 00:35:45 +0100
commitf19850d0a005bf6f6313d22ee6a9df709ec6777b (patch)
tree26d1b26b595c55ededf9308799813dea3e5fff3d /urwid
parentfa4ca85f12092cd11a5e118053b4a9dd1bbb058b (diff)
downloadurwid-f19850d0a005bf6f6313d22ee6a9df709ec6777b.tar.gz
Fix typos
Diffstat (limited to 'urwid')
-rwxr-xr-xurwid/container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/container.py b/urwid/container.py
index fdd5da4..30a7f81 100755
--- a/urwid/container.py
+++ b/urwid/container.py
@@ -92,7 +92,7 @@ class WidgetContainerMixin(object):
(non-container) widget.
Note that the list does not contain the topmost container widget
- (i.e, on which this method is called), but does include the
+ (i.e., on which this method is called), but does include the
lowest leaf widget.
"""
out = []