Commit b8b0a689 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typos

parent 2af39f1f
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@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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment