Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwrobell@pld-linux.org <wrobell@pld-linux.org@a8418922-720d-0410-834f-a69b97ada669>2008-12-28 09:23:42 (GMT)
committer wrobell@pld-linux.org <wrobell@pld-linux.org@a8418922-720d-0410-834f-a69b97ada669>2008-12-28 09:23:42 (GMT)
commit87efd366d8555ce77763e56ab75221555e5fc403 (patch)
treee9911312f218dff79c09e9e2b539707449db2a11
parent79cab767f509e98d4c0800c8c03e888e36cc947b (diff)
- documentation improvements, thanks to John Pye
git-svn-id: http://svn.devjavu.com/gaphor/gaphas/trunk@2540 a8418922-720d-0410-834f-a69b97ada669
-rw-r--r--gaphas/tool.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/gaphas/tool.py b/gaphas/tool.py
index 3f63f07..fcc1dcd 100644
--- a/gaphas/tool.py
+++ b/gaphas/tool.py
@@ -919,9 +919,10 @@ class ConnectHandleTool(HandleTool):
def post_connect(self, line, handle, item, port):
"""
- The method is invoked just before connection is performed by
- `ConnectHandleTool.connect` method. It can be overriden by deriving
- tools to perform connection in higher level of application stack.
+ The method is invoked just after low-level connection is performed
+ by `ConnectHandleTool.connect` method. It can be overriden by
+ deriving tools to perform connection in higher level of application
+ stack.
:Parameters:
line