--- a/Graphics/UMLGraphicsView.py Mon Jul 08 21:47:26 2013 +0200 +++ b/Graphics/UMLGraphicsView.py Mon Jul 08 22:36:10 2013 +0200 @@ -646,7 +646,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