File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ the Emscripten Python maintained in the ``python/cpython`` repository, without
8080any downstream additions. We contrast the features present in Emscripten Python
8181to the features present in Pyodide.
8282
83- Pyodide is maintained `on github <https://github.com/pyodide/pyodide >`__ and
83+ Pyodide is maintained `on GitHub <https://github.com/pyodide/pyodide >`__ and
8484distributed via `jsDelivr <https://www.jsdelivr.com/oss-cdn/pyodide >`__, `npm
85- <https://www.npmjs.com/package/pyodide> `__, and `github releases
85+ <https://www.npmjs.com/package/pyodide> `__, and `GitHub releases
8686<https://github.com/pyodide/pyodide/releases> `__.
8787
8888Emscripten Python is not distributed, but it is possible to build `by following
@@ -749,7 +749,7 @@ using the ``os`` module. However, many fundamental operations in JavaScript
749749runtimes are not possible via POSIX APIs. Pyodide's approach is to specify a
750750mapping between the JavaScript object model and the Python object model and a
751751calling convention that allows high level bidirectional integration. `See the
752- Pyodide documentation here
752+ Pyodide documentation
753753<https://pyodide.org/en/stable/usage/type-conversions.html> `__.
754754
755755Asyncio
You can’t perform that action at this time.
0 commit comments