[Erp5-report] r45682 arnaud.fontaine - /erp5/trunk/utils/xml_marshaller/README.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 26 10:43:33 CEST 2011


Author: arnaud.fontaine
Date: Tue Apr 26 10:43:33 2011
New Revision: 45682

URL: http://svn.erp5.org?rev=45682&view=rev
Log:
Fix typos

Modified:
    erp5/trunk/utils/xml_marshaller/README.txt

Modified: erp5/trunk/utils/xml_marshaller/README.txt
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/README.txt?rev=45682&r1=45681&r2=45682&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/README.txt [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/README.txt [utf8] Tue Apr 26 10:43:33 2011
@@ -1,13 +1,13 @@
 Introduction
 ============
 
-Marshals simple Python data types into a custom XML format.
-The Marshaller and Unmarshaller classes can be subclassed in order
-to implement marshalling into a different XML DTD.
+This module allows one to marshal simple Python data types into a
+custom XML format.  The Marshaller and Unmarshaller classes can be
+subclassed in order to implement marshalling into a different XML DTD.
 Original Authors are XML-SIG (xml-sig at python.org).
 
-Fully compatible with PyXML implementation, enable namespace support for
-XML Input/Output.
+Fully compatible with PyXML implementation, enables namespace support
+for XML Input/Output.
 
 Implemented with lxml
 



More information about the Erp5-report mailing list