Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Sep 8, 2023
1 parent 2aba8b7 commit 11c2e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ integrating with the [Python/C API](https://docs.python.org/3/c-api/index.html).
It acts as a bridge between the two languages, enabling you to pass data and
execute python code from within your deno applications. This enables access to
the large and wonderful [python ecosystem](https://pypi.org/) while remaining
native (unlike a runtime like the wondeful
native (unlike a runtime like the wonderful
[pyodide](https://github.com/pyodide/pyodide) which is compiled to wasm,
sandboxed and may not work with all python packages) and simply using the
existing python installation.
Expand Down

0 comments on commit 11c2e13

Please sign in to comment.