--- 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