[Lxml-checkins] r32094 - lxml/trunk/src/lxml
scoder at codespeak.net
scoder at codespeak.net
Sat Sep 9 07:19:44 CEST 2006
Author: scoder
Date: Sat Sep 9 07:19:40 2006
New Revision: 32094
Modified:
lxml/trunk/src/lxml/objectify.pyx
Log:
typo
Modified: lxml/trunk/src/lxml/objectify.pyx
==============================================================================
--- lxml/trunk/src/lxml/objectify.pyx (original)
+++ lxml/trunk/src/lxml/objectify.pyx Sat Sep 9 07:19:40 2006
@@ -1008,7 +1008,7 @@
return ObjectifiedElement
# default to string element class if type attribute is not exploitable
- return _StringElement
+ return StringElement
################################################################################
More information about the lxml-checkins
mailing list