[Python-modules-commits] r16708 - in packages/xmlmarshaller/trunk/debian (control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Sat Apr 23 04:22:37 UTC 2011


    Date: Saturday, April 23, 2011 @ 04:22:22
  Author: arnau
Revision: 16708

Fix typos in the description

Modified:
  packages/xmlmarshaller/trunk/debian/control

Modified: packages/xmlmarshaller/trunk/debian/control
===================================================================
--- packages/xmlmarshaller/trunk/debian/control	2011-04-23 04:14:03 UTC (rev 16707)
+++ packages/xmlmarshaller/trunk/debian/control	2011-04-23 04:22:22 UTC (rev 16708)
@@ -19,10 +19,10 @@
 Depends: ${misc:Depends}, ${python:Depends}
 Breaks: ${python:Breaks}
 Suggests: python-pkg-resources
-Description: Converting Python objects to XML and back again.
- 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.
+Description: Converting Python objects to XML and back again
+ This module allows 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.
  .
- Fully compatible with PyXML implementation, enable namespace support
+ Fully compatible with PyXML implementation, enables namespace support
  for XML Input/Output.




More information about the Python-modules-commits mailing list