From: W. Trevor King Date: Thu, 29 Jul 2010 19:03:15 +0000 (-0400) Subject: Docstring cleanups in gui.panel.commands X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc263eb26e05ba0afc7fa7d73658a08afb494623;p=hooke.git Docstring cleanups in gui.panel.commands --- diff --git a/hooke/ui/gui/panel/commands.py b/hooke/ui/gui/panel/commands.py index 3dbf138..bf64051 100644 --- a/hooke/ui/gui/panel/commands.py +++ b/hooke/ui/gui/panel/commands.py @@ -20,7 +20,7 @@ from . import Panel class Tree (wx.TreeCtrl): - """ + """The main widget of :class:`CommandsPanel`. `callbacks` is shared with the parent :class:`Commands`. """ @@ -137,7 +137,7 @@ class Tree (wx.TreeCtrl): class CommandsPanel (Panel, wx.Panel): - """ + """UI for selecting from available commands. `callbacks` is shared with the underlying :class:`Tree`. """