summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmail <ismail-s@users.noreply.github.com>2014-04-28 14:39:17 +0100
committerIsmail <ismail-s@users.noreply.github.com>2014-04-28 14:39:17 +0100
commit337ecd41c8bd984770a85399d10c88cf207b7e90 (patch)
tree7cdfa7a65bef4818e7724e9f9acf20b2fd9b39da
parent164f49aebbc1271151ffbf4be1666312139923c2 (diff)
downloadurwid-337ecd41c8bd984770a85399d10c88cf207b7e90.tar.gz
Fix minor grammar mistake
-rwxr-xr-xurwid/wimp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/wimp.py b/urwid/wimp.py
index cd79e44..03a3613 100755
--- a/urwid/wimp.py
+++ b/urwid/wimp.py
@@ -566,7 +566,7 @@ class PopUpLauncher(delegate_to_widget_mixin('_original_widget'),
def create_pop_up(self):
"""
- Subclass must override this method and have is return a widget
+ Subclass must override this method and return a widget
to be used for the pop-up. This method is called once each time
the pop-up is opened.
"""