summaryrefslogtreecommitdiff
path: root/urwid
diff options
context:
space:
mode:
authorAndrew Dunai <andunai@gmail.com>2018-01-02 17:32:26 +0200
committerGitHub <noreply@github.com>2018-01-02 17:32:26 +0200
commitab6bfbcaf0ff2326e3392d7895fb1aaee5bbb167 (patch)
tree605811968617ecd2f3b214fd8ad0715d7c7481d8 /urwid
parent8ba8d0bec070180c459679e7c84f0d174235061f (diff)
parentf19850d0a005bf6f6313d22ee6a9df709ec6777b (diff)
downloadurwid-ab6bfbcaf0ff2326e3392d7895fb1aaee5bbb167.tar.gz
Merge pull request #220 from jwilk-forks/master
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 1ad2543..0483482 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 = []