Graphics/AssociationItem.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2992
dbdf27746da5
diff -r 94fc661a54a2 -r 703452a2876f Graphics/AssociationItem.py
--- a/Graphics/AssociationItem.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/Graphics/AssociationItem.py	Sat Sep 28 19:06:25 2013 +0200
@@ -156,7 +156,7 @@
             self.setPoints(startP.x(), startP.y(), endP.x(), endP.y())
         
     def __calculateEndingPoints_rectangle(self):
-        """
+        r"""
         Private method to calculate the ending points of the association item.
         
         The ending points are calculated by the following method.
@@ -185,8 +185,8 @@
         (lets call it region M). After that the start point will be
         the middle point of rectangle's side contained in region M.
         
-        To calculate the end point we repeat the above but in the opposite direction
-        (from itemB to itemA)
+        To calculate the end point we repeat the above but in the opposite
+        direction (from itemB to itemA)
         """
         if self.itemA is None or self.itemB is None:
             return

eric ide

mercurial