[Lxml-checkins] r50106 - in lxml/trunk: . src/lxml
scoder at codespeak.net
scoder at codespeak.net
Tue Dec 25 18:07:07 CET 2007
Author: scoder
Date: Tue Dec 25 18:07:07 2007
New Revision: 50106
Modified:
lxml/trunk/ (props changed)
lxml/trunk/src/lxml/_elementpath.py
Log:
r3180 at delle: sbehnel | 2007-12-25 15:54:59 +0100
typo
Modified: lxml/trunk/src/lxml/_elementpath.py
==============================================================================
--- lxml/trunk/src/lxml/_elementpath.py (original)
+++ lxml/trunk/src/lxml/_elementpath.py Tue Dec 25 18:07:07 2007
@@ -125,7 +125,7 @@
if value[:1] == "'" or value[:1] == '"':
value = value[1:-1]
else:
- raise SyntaxError("invalid comparision target")
+ raise SyntaxError("invalid comparison target")
token = next()
def select(result):
for elem in result:
More information about the lxml-checkins
mailing list