summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormobyte0 <mobyte@yakko.cs.wmich.edu>2017-07-26 12:36:42 -0400
committermobyte0 <mobyte@yakko.cs.wmich.edu>2017-07-26 12:36:42 -0400
commit2e6395d4e35807273dae0de11bc75259dcdb5671 (patch)
treebbac17bd8c4c60e49e64adbbc0e6b7c837657b85
parentb44ce386c981c7e7ff344db3973d3c69a8244a56 (diff)
downloadurwid-2e6395d4e35807273dae0de11bc75259dcdb5671.tar.gz
fixed docstring typo
-rwxr-xr-xurwid/container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/container.py b/urwid/container.py
index fdd5da4..1ad2543 100755
--- a/urwid/container.py
+++ b/urwid/container.py
@@ -1718,7 +1718,7 @@ class Columns(Widget, WidgetContainerMixin, WidgetContainerListContentsMixin):
is an int
(``'pack'``, *widget*)
call :meth:`pack() <Widget.pack>` to calculate the width of this column
- (``'weight'``, *weight*, *widget*)`
+ (``'weight'``, *weight*, *widget*)
give this column a relative *weight* (number) to calculate its width from the
screen columns remaining