Skip to content

Commit b887916

Browse files
authored
chore: fix typo in readme (#46)
1 parent 2aba8b7 commit b887916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ integrating with the [Python/C API](https://docs.python.org/3/c-api/index.html).
1010
It acts as a bridge between the two languages, enabling you to pass data and
1111
execute python code from within your deno applications. This enables access to
1212
the large and wonderful [python ecosystem](https://pypi.org/) while remaining
13-
native (unlike a runtime like the wondeful
13+
native (unlike a runtime like the wonderful
1414
[pyodide](https://github.com/pyodide/pyodide) which is compiled to wasm,
1515
sandboxed and may not work with all python packages) and simply using the
1616
existing python installation.

0 commit comments

Comments
 (0)