Merge pull request #2520 from jonaspleyer/main

guide: python_from_rust: fix typo for call0
This commit is contained in:
David Hewitt 2022-07-25 19:05:53 +01:00 committed by GitHub
commit 5b9d3097bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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