diff options
| author | Ian Ward <ian@excess.org> | 2012-07-14 23:17:38 -0400 |
|---|---|---|
| committer | Ian Ward <ian@excess.org> | 2012-07-14 23:17:38 -0400 |
| commit | 756944c8c03376abc8060ea5cc3fcbbf754d7cf6 (patch) | |
| tree | 601351f07dacf57f7a56871c11e25fdeb16c59d1 /urwid/container.py | |
| parent | f4cd3f5ebf3dc32fa7190d37ee7461e4476bf3d6 (diff) | |
| download | urwid-756944c8c03376abc8060ea5cc3fcbbf754d7cf6.tar.gz | |
fix sphinx warnings
--HG--
branch : feature-sphinx
Diffstat (limited to 'urwid/container.py')
| -rwxr-xr-x | urwid/container.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/urwid/container.py b/urwid/container.py index 90c4d5c..1915c26 100755 --- a/urwid/container.py +++ b/urwid/container.py @@ -1355,7 +1355,9 @@ class Pile(Widget, WidgetContainerMixin, WidgetContainerListContentsMixin): focus_item = property(get_focus, set_focus, doc=""" A property for reading and setting the widget in focus. - .. note:: only for backwards compatibility. You should use the new + .. note:: + + only for backwards compatibility. You should use the new standard container properties :attr:`focus` and :attr:`focus_position` to get the child widget in focus or modify the focus position. |
