Skip to content

Commit e6a210c

Browse files
hoodmanehugovk
andauthored
Apply hugovk's edits
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 1173e64 commit e6a210c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

peps/pep-0776.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ the Emscripten Python maintained in the ``python/cpython`` repository, without
8080
any downstream additions. We contrast the features present in Emscripten Python
8181
to 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
8484
distributed 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

8888
Emscripten 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
749749
runtimes are not possible via POSIX APIs. Pyodide's approach is to specify a
750750
mapping between the JavaScript object model and the Python object model and a
751751
calling 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

755755
Asyncio

0 commit comments

Comments
 (0)