mirror of
https://github.com/pybind/pybind11.git
synced 2024-12-02 01:47:12 +00:00
Fix typo
This commit is contained in:
parent
3286964fea
commit
978bf2aa50
@ -506,7 +506,7 @@ error_string(PyObject *exc_type, PyObject *exc_value, PyObject *exc_trace) {
|
|||||||
result += handle(f_code->co_filename).cast<std::string>();
|
result += handle(f_code->co_filename).cast<std::string>();
|
||||||
result += '(';
|
result += '(';
|
||||||
result += std::to_string(lineno);
|
result += std::to_string(lineno);
|
||||||
result += "):) ";
|
result += "): ";
|
||||||
result += handle(f_code->co_name).cast<std::string>();
|
result += handle(f_code->co_name).cast<std::string>();
|
||||||
result += '\n';
|
result += '\n';
|
||||||
frame = frame->f_back;
|
frame = frame->f_back;
|
||||||
|
Loading…
Reference in New Issue
Block a user