[Erp5-report] r14908 - /erp5/trunk/products/ERP5/Document/TextDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 21 13:15:34 CEST 2007


Author: ivan
Date: Thu Jun 21 13:15:33 2007
New Revision: 14908

URL: http://svn.erp5.org?rev=14908&view=rev
Log:
Fix typo.

Modified:
    erp5/trunk/products/ERP5/Document/TextDocument.py

Modified: erp5/trunk/products/ERP5/Document/TextDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TextDocument.py?rev=14908&r1=14907&r2=14908&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TextDocument.py (original)
+++ erp5/trunk/products/ERP5/Document/TextDocument.py Thu Jun 21 13:15:33 2007
@@ -172,6 +172,6 @@
         We need to manually override it because for some backwards compatibility 
         instances of TextDocument as 'Web Page' doesn't use 'base_data' to store raw 
         data information. Instead they use 'text-content'
-        This makes results and login of abstract Document class inconsistent.
+        This makes results and logic of abstract Document class inconsistent.
       """
       return self.hasTextContent()




More information about the Erp5-report mailing list