diff --git a/guide/src/python_from_rust.md b/guide/src/python_from_rust.md index 46857d49..f9319e28 100644 --- a/guide/src/python_from_rust.md +++ b/guide/src/python_from_rust.md @@ -45,7 +45,7 @@ fn main() -> PyResult<()> { "", )?.getattr("example")?.into(); - // call object without empty arguments + // call object without any arguments fun.call0(py)?; // call object with PyTuple