Better error message.

release/4.3a0
Frank Dellaert 2019-01-20 16:52:44 -05:00
parent 5cbb9dfd6c
commit edb94a6e93
1 changed files with 1 additions and 1 deletions

View File

@ -200,6 +200,6 @@ void Method::emit_cython_pyx(FileWriter& file, const Class& cls) const {
file.oss << " pass\n"; file.oss << " pass\n";
} }
file.oss file.oss
<< " raise TypeError('Incorrect arguments for method call.')\n\n"; << " raise TypeError('Incorrect arguments or types for method call.')\n\n";
} }
/* ************************************************************************* */ /* ************************************************************************* */