summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorscoder <none@none>2006-04-13 14:56:51 +0200
committerscoder <none@none>2006-04-13 14:56:51 +0200
commit23e31e0273c5d15a2380584fecd5a162444d14c2 (patch)
tree11c46881e7b7e5c02ed9ec1a01ba35c125f2696f /src/lxml/python.pxd
parente412fbd0065053738786d353e0ac025b70b02d7b (diff)
downloadpython-lxml-23e31e0273c5d15a2380584fecd5a162444d14c2.tar.gz
[svn r912] clean up in python.pxd
--HG-- branch : trunk
Diffstat (limited to 'src/lxml/python.pxd')
-rw-r--r--src/lxml/python.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd
index 25a5f3f6..43e92e09 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -36,7 +36,7 @@ cdef extern from "Python.h":
cdef extern from "etree.h": # redefines some functions as macros
cdef int isinstance(object instance, object classes)
- cdef int issubclass(object instance, object classes)
+ cdef int issubclass(object derived, object superclasses)
cdef int hasattr(object obj, object attr)
cdef int callable(object obj)
cdef object str(object obj)