summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Atanasov Nikolov <dnaeon@gmail.com>2015-02-24 14:05:16 +0200
committerMarin Atanasov Nikolov <dnaeon@gmail.com>2015-02-24 14:05:16 +0200
commit7dea88aa72e4ee25f7b548e47249f75efa4a01ca (patch)
tree6d2bf26ef891f422f99ca72ffc8e32a2025e237a
parent875dd11555e3467ff7d9c0ab3521af1724a6bc35 (diff)
downloadurwid-7dea88aa72e4ee25f7b548e47249f75efa4a01ca.tar.gz
Typo fixes
-rw-r--r--docs/tutorial/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst
index 1a84bb6..7cd3c20 100644
--- a/docs/tutorial/index.rst
+++ b/docs/tutorial/index.rst
@@ -317,9 +317,9 @@ return to previous menus by pressing *ESC*.
:linenos:
* *menu_button()* returns an :class:`AttrMap`-decorated :class:`Button`
- and attaches a *callback* to the the its ``'click'`` signal. This function is
+ and attaches a *callback* to its ``'click'`` signal. This function is
used for both sub-menus and final selection buttons.
-* *sub_menu()* creates a menu button and a closure that will open the the
+* *sub_menu()* creates a menu button and a closure that will open the
menu when that button is clicked. Notice that
:ref:`text markup <text-markup>` is used to add ``'...'`` to the end of
the *caption* passed to *menu_button()*.