summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJim Garrison <jim@garrison.cc>2012-11-15 19:03:41 -0500
committerJim Garrison <jim@garrison.cc>2012-11-15 19:03:41 -0500
commitcd64b4f45d6eb951dc3b0337828b174f492115e4 (patch)
tree91798026081c8fa1186fd741d6b91bd37a67290a /docs
parent8c1954f2179e2c6e1a56b21f6b418b397f5080a5 (diff)
downloadurwid-cd64b4f45d6eb951dc3b0337828b174f492115e4.tar.gz
widgets.rst: fixed typo
--- docs/manual/widgets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --HG-- branch : stable-1.1
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/widgets.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/widgets.rst b/docs/manual/widgets.rst
index 91972c9..26e5b48 100644
--- a/docs/manual/widgets.rst
+++ b/docs/manual/widgets.rst
@@ -684,7 +684,7 @@ Selectable Widgets
Selectable widgets such as Edit and Button widgets allow the user to interact
with the application. A widget is selectable if its selectable method returns
-True. Selectable widgets must implement the :meth:`Widgte.keypress` method to
+True. Selectable widgets must implement the :meth:`Widget.keypress` method to
handle keyboard input.
.. literalinclude:: wsel.py