diff options
| author | mobyte0 <mobyte@yakko.cs.wmich.edu> | 2017-07-26 12:36:42 -0400 |
|---|---|---|
| committer | mobyte0 <mobyte@yakko.cs.wmich.edu> | 2017-07-26 12:36:42 -0400 |
| commit | 2e6395d4e35807273dae0de11bc75259dcdb5671 (patch) | |
| tree | bbac17bd8c4c60e49e64adbbc0e6b7c837657b85 | |
| parent | b44ce386c981c7e7ff344db3973d3c69a8244a56 (diff) | |
| download | urwid-2e6395d4e35807273dae0de11bc75259dcdb5671.tar.gz | |
fixed docstring typo
| -rwxr-xr-x | urwid/container.py | 2 |
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 |
