[Lxml-checkins] r46242 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Sun Sep 2 18:34:07 CEST 2007
Author: scoder
Date: Sun Sep 2 18:34:07 2007
New Revision: 46242
Modified:
lxml/trunk/doc/lxml2.txt
Log:
typo
Modified: lxml/trunk/doc/lxml2.txt
==============================================================================
--- lxml/trunk/doc/lxml2.txt (original)
+++ lxml/trunk/doc/lxml2.txt Sun Sep 2 18:34:07 2007
@@ -67,7 +67,7 @@
* The type annotations in lxml.objectify (the ``pytype`` attribute) now use
``NoneType`` for the None value as this is the correct Python type name.
- Previously, lxml 1.x used a lower case ``ǹone``.
+ Previously, lxml 1.x used a lower case ``none``.
* Another change in objectify regards the way it deals with ambiguous types.
Previously, setting a value like the string ``"3"`` through normal attribute
More information about the lxml-checkins
mailing list