mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
typo: pyo3, not py03
This commit is contained in:
parent
c8272bb51e
commit
a7d49a354a
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue