diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2017-02-28 00:35:45 +0100 |
|---|---|---|
| committer | Jakub Wilk <jwilk@jwilk.net> | 2017-02-28 00:35:45 +0100 |
| commit | f19850d0a005bf6f6313d22ee6a9df709ec6777b (patch) | |
| tree | 26d1b26b595c55ededf9308799813dea3e5fff3d /docs/tutorial | |
| parent | fa4ca85f12092cd11a5e118053b4a9dd1bbb058b (diff) | |
| download | urwid-f19850d0a005bf6f6313d22ee6a9df709ec6777b.tar.gz | |
Fix typos
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/index.rst | 6 |
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()*. |
