projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6380604
)
Docstring cleanups in gui.panel.commands
author
W. Trevor King
<wking@drexel.edu>
Thu, 29 Jul 2010 19:03:15 +0000
(15:03 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 29 Jul 2010 19:03:15 +0000
(15:03 -0400)
hooke/ui/gui/panel/commands.py
patch
|
blob
|
history
diff --git
a/hooke/ui/gui/panel/commands.py
b/hooke/ui/gui/panel/commands.py
index 3dbf1387fbd2246de6ab7570297ca2131861bd84..bf6405191d98ee57d1f3e7124a079bdb2c062cca 100644
(file)
--- a/
hooke/ui/gui/panel/commands.py
+++ b/
hooke/ui/gui/panel/commands.py
@@
-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