diff --git a/bindings/python/openshot.i b/bindings/python/openshot.i index f468bc35b..a58d0bd66 100644 --- a/bindings/python/openshot.i +++ b/bindings/python/openshot.i @@ -206,7 +206,7 @@ return map1; } /* Display methods */ - const std::string __string__() { + const std::string __str__() { std::ostringstream result; result << $self->num << ":" << $self->den; return result.str();