Merge pull request #36 from KaneGreen/typo

fix typo: pyo3, not py03
This commit is contained in:
Nico Burns 2022-11-11 15:24:19 +00:00 committed by GitHub
commit 9df24f0b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -395,7 +395,7 @@
{
"name": "Python",
"recommendations": [
{ "name": "py03", "notes": "Supports both calling python code from Rust and exposing Rust code to Python" }
{ "name": "pyo3", "notes": "Supports both calling python code from Rust and exposing Rust code to Python" }
]
},
{