Merge pull request #2520 from jonaspleyer/main
guide: python_from_rust: fix typo for call0
This commit is contained in:
commit
5b9d3097bd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue