summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmail <ismail-s@users.noreply.github.com>2014-04-28 14:21:17 +0100
committerIsmail <ismail-s@users.noreply.github.com>2014-04-28 14:21:17 +0100
commitb1a3569119a50dfaf38f941637c0261965567106 (patch)
tree9f6ff3ae657885762b15b4cc2b159108ebf01e52
parentd68a468d86b4f7ec0385fe7cdf4c0aaf69e1e574 (diff)
downloadurwid-b1a3569119a50dfaf38f941637c0261965567106.tar.gz
Correct minor grammar mistakes
-rw-r--r--docs/manual/widgets.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/widgets.rst b/docs/manual/widgets.rst
index 0e42c52..44fe7d3 100644
--- a/docs/manual/widgets.rst
+++ b/docs/manual/widgets.rst
@@ -29,7 +29,7 @@ screen. When we render the topmost widget:
7. *(a)* possibly modifies the canvas from *(b)* and returns it
Widgets *(a)*, *(b)* and *(e)* are called container widgets because they
-contain other widgets. Container widgets choose the size and position their
+contain other widgets. Container widgets choose the size and position of their
contained widgets.
Container widgets must also keep track of which one of their contained widgets
@@ -315,7 +315,7 @@ or pop-up menus.
The Overlay widget always treats the top widget as the one in focus. All
keyboard input will be passed to the top widget.
-If you want to use a flow flow widget for the top widget, first wrap the flow
+If you want to use a flow widget for the top widget, first wrap the flow
widget with a :class:`Filler` widget.