--- a/Graphics/UMLGraphicsView.py Sat Jun 29 18:40:45 2013 +0200 +++ b/Graphics/UMLGraphicsView.py Sun Jun 30 19:55:48 2013 +0200 @@ -644,7 +644,7 @@ def findItemByName(self, name): """ - Public method to find an UML item based on it's name. + Public method to find an UML item based on its name. @param name name to look for (string) @return item found (UMLItem) or None