We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aba8b7 commit b887916Copy full SHA for b887916
README.md
@@ -10,7 +10,7 @@ integrating with the [Python/C API](https://docs.python.org/3/c-api/index.html).
10
It acts as a bridge between the two languages, enabling you to pass data and
11
execute python code from within your deno applications. This enables access to
12
the large and wonderful [python ecosystem](https://pypi.org/) while remaining
13
-native (unlike a runtime like the wondeful
+native (unlike a runtime like the wonderful
14
[pyodide](https://github.com/pyodide/pyodide) which is compiled to wasm,
15
sandboxed and may not work with all python packages) and simply using the
16
existing python installation.
0 commit comments