Commit 022e2bc0 authored by Nicolas Delaby's avatar Nicolas Delaby

Misspelling

parent 01f79353
...@@ -10,7 +10,7 @@ setup(name='xml_marshaller', ...@@ -10,7 +10,7 @@ setup(name='xml_marshaller',
Marshals simple Python data types into a custom XML format. Marshals simple Python data types into a custom XML format.
The Marshaller and Unmarshaller classes can be subclassed in order The Marshaller and Unmarshaller classes can be subclassed in order
to implement marshalling into a different XML DTD. to implement marshalling into a different XML DTD.
Originals Author 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, enable namespace support for
XML Input/Output. 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