summaryrefslogtreecommitdiffstats
path: root/cython/plist.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'cython/plist.pxd')
-rw-r--r--cython/plist.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/plist.pxd b/cython/plist.pxd
index 05f3e16..d7c70bd 100644
--- a/cython/plist.pxd
+++ b/cython/plist.pxd
@@ -21,7 +21,7 @@ cdef class Integer(Node):
cdef class Key(Node):
cpdef set_value(self, object value)
- cpdef int get_value(self)
+ cpdef unicode get_value(self)
cdef class Real(Node):
cpdef set_value(self, object value)