Commit b8b0a689 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typos

parent 2af39f1f
Introduction Introduction
============ ============
Marshals simple Python data types into a custom XML format. This module allows one to marshal simple Python data types into a
The Marshaller and Unmarshaller classes can be subclassed in order custom XML format. The Marshaller and Unmarshaller classes can be
to implement marshalling into a different XML DTD. subclassed in order to implement marshalling into a different XML DTD.
Original Authors are XML-SIG (xml-sig@python.org). Original Authors are XML-SIG (xml-sig@python.org).
Fully compatible with PyXML implementation, enable namespace support for Fully compatible with PyXML implementation, enables namespace support
XML Input/Output. for XML Input/Output.
Implemented with lxml 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