summaryrefslogtreecommitdiff
path: root/docs/tutorial/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/index.rst')
-rw-r--r--docs/tutorial/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst
index 1a84bb6..b4a6553 100644
--- a/docs/tutorial/index.rst
+++ b/docs/tutorial/index.rst
@@ -151,7 +151,7 @@ a widget before the correct one has been created.
assigning to its :attr:`MainLoop.widget` property.
* :ref:`decoration-widgets` like :class:`AttrMap` have an
- ``original_widget`` property that we can assign to to change the widget they wrap.
+ ``original_widget`` property that we can assign to change the widget they wrap.
* :class:`Divider` widgets are used to create blank lines,
colored with :class:`AttrMap`.
@@ -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()*.