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>2009-01-05 21:58:49 (GMT)
committer wrobell@pld-linux.org <wrobell@pld-linux.org@a8418922-720d-0410-834f-a69b97ada669>2009-01-05 21:58:49 (GMT)
commit98eb98ccc102f8ea7f2dcb17ce1e2cdc9dbc2923 (patch)
treeb9f1a9fc792b18c07cad753cfc41d4b35208c4db
parentcf21972623101231e6ad5e57c6b812f67bab849a (diff)
- typo
git-svn-id: http://svn.devjavu.com/gaphor/gaphas/trunk@2572 a8418922-720d-0410-834f-a69b97ada669
-rw-r--r--doc/ports.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ports.txt b/doc/ports.txt
index a624d82..eb0346c 100644
--- a/doc/ports.txt
+++ b/doc/ports.txt
@@ -50,7 +50,7 @@ like::
self.port = LinePort(self.start.pos, self.end.pos)
- self.constraint(horizontal(self.start.pos, self.end.pos))
+ self.constraint(horizontal=(self.start.pos, self.end.pos))
In case of `Element` item, each line port references positions of two
handles, which keeps ports to lie over edges of rectangle. The same applies