Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions peps/pep-0783.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ A Custom Interpreter Tag For Pyodide
------------------------------------

We don't need a custom interpreter tag for Pyodide because Pyodide is CPython.
While we do apply a few minor patches, they have no affect on the interpeter ABI
While we do apply a few minor patches, they have no effect on the interpreter ABI
and our long term goal is to upstream everything.

Alternative Options for the Platform Tag
Expand Down Expand Up @@ -261,8 +261,8 @@ No patch version
How to Teach This
=================

Fo Pyodide Users
----------------
For Pyodide Users
-----------------
We recommend the `Pyodide documentation on installing packages
<https://pyodide.org/en/stable/usage/loading-packages.html>`__. We will make a
table showing which ``pyemscripten`` platform version each Pyodide version is
Expand Down
Loading