summaryrefslogtreecommitdiffstats
path: root/swig/lilv.i
diff options
context:
space:
mode:
Diffstat (limited to 'swig/lilv.i')
-rw-r--r--swig/lilv.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/lilv.i b/swig/lilv.i
index c3943dd..0d7c83c 100644
--- a/swig/lilv.i
+++ b/swig/lilv.i
@@ -31,7 +31,7 @@ namespace Lilv {
%}
};
-%extend Value {
+%extend Node {
%pythoncode %{
def __str__(self):
return lilv_value_get_turtle_token(self.me)