[Lxml-checkins] r45126 - lxml/branch/html/src/lxml/html
scoder at codespeak.net
scoder at codespeak.net
Mon Jul 16 15:00:39 CEST 2007
Author: scoder
Date: Mon Jul 16 15:00:37 2007
New Revision: 45126
Modified:
lxml/branch/html/src/lxml/html/__init__.py
Log:
typo
Modified: lxml/branch/html/src/lxml/html/__init__.py
==============================================================================
--- lxml/branch/html/src/lxml/html/__init__.py (original)
+++ lxml/branch/html/src/lxml/html/__init__.py Mon Jul 16 15:00:37 2007
@@ -1031,7 +1031,7 @@
Boolean: can this element be checked?
"""
return self.type in ['checkbox', 'radio']
- checkable = property(checkable__get, doc=checkable.__doc__)
+ checkable = property(checkable__get, doc=checkable__get.__doc__)
def checked__get(self):
"""
More information about the lxml-checkins
mailing list