Fix typo in panic message
This commit is contained in:
parent
68726f9674
commit
a126f5d0ab
|
@ -525,7 +525,7 @@ pub fn panic_after_error() -> ! {
|
|||
unsafe {
|
||||
ffi::PyErr_Print();
|
||||
}
|
||||
panic!("Python API called failed");
|
||||
panic!("Python API call failed");
|
||||
}
|
||||
|
||||
/// Returns Ok if the error code is not -1.
|
||||
|
|
Loading…
Reference in New Issue