typo: pyo3, not py03

This commit is contained in:
Kane 2022-11-11 12:19:40 +08:00 committed by GitHub
parent c8272bb51e
commit a7d49a354a
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" }
]
},
{