From 23e31e0273c5d15a2380584fecd5a162444d14c2 Mon Sep 17 00:00:00 2001 From: scoder Date: Thu, 13 Apr 2006 14:56:51 +0200 Subject: [svn r912] clean up in python.pxd --HG-- branch : trunk --- src/lxml/python.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lxml/python.pxd') 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) -- cgit v1.2.1