From fc263eb26e05ba0afc7fa7d73658a08afb494623 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 29 Jul 2010 15:03:15 -0400 Subject: [PATCH] Docstring cleanups in gui.panel.commands --- hooke/ui/gui/panel/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`. """ -- 2.26.2