Docstring cleanups in gui.panel.commands
[hooke.git] / hooke / ui / gui / panel / commands.py
index 3dbf1387fbd2246de6ab7570297ca2131861bd84..bf6405191d98ee57d1f3e7124a079bdb2c062cca 100644 (file)
@@ -20,7 +20,7 @@ from . import Panel
 \r
 \r
 class Tree (wx.TreeCtrl):\r
-    """\r
+    """The main widget of :class:`CommandsPanel`.\r
 \r
     `callbacks` is shared with the parent :class:`Commands`.\r
     """\r
@@ -137,7 +137,7 @@ class Tree (wx.TreeCtrl):
 \r
 \r
 class CommandsPanel (Panel, wx.Panel):\r
-    """\r
+    """UI for selecting from available commands.\r
 \r
     `callbacks` is shared with the underlying :class:`Tree`.\r
     """\r