Changed the documentation for the getTitle method to refer correctly to atom:title instead of cmis:title to resolve CMIS-741

git-svn-id: https://svn.apache.org/repos/asf/chemistry/cmislib/trunk@1550344 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/cmislib/atompub_binding.py b/src/cmislib/atompub_binding.py
index d35cf6e..8c2404a 100644
--- a/src/cmislib/atompub_binding.py
+++ b/src/cmislib/atompub_binding.py
@@ -498,7 +498,7 @@
     def getTitle(self):
 
         """
-        Returns the value of the object's cmis:title property.
+        Returns the value of the object's atom:title property.
         """
 
         if self.xmlDoc is None: