src/python_access.rs

changeset 3
c3a4f4bb87f7
parent 1
a4137aedcb3a
--- a/src/python_access.rs	Thu Feb 26 09:32:12 2026 -0500
+++ b/src/python_access.rs	Wed Apr 22 22:32:00 2026 -0500
@@ -48,7 +48,7 @@
     Ok(())
 }
 
-/// Converts a [`PyErr`] error in a [`Results`] error into a string with traceback.
+/// Converts a [`pyo3::PyErr`] error in a [`pyo3::PyResult`] into a string with traceback.
 pub fn process_error<'py, T>(fname: &str, py: Python<'py>, res: PyResult<T>) -> DynResult<T>
 where
 {

mercurial