Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pep-0563.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hinting use case:

Postponing the evaluation of annotations solves both problems.
NOTE: PEP 649 proposes an alternative solution to the above issues,
putting this PEP in danger of being superceded.
putting this PEP in danger of being superseded.

Non-goals
---------
Expand Down
6 changes: 3 additions & 3 deletions pep-0665.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ native timestamp type). It MUST be recorded using the UTC time zone to
avoid ambiguity.

If the SOURCE_DATE_EPOCH_ environment variable is set, it MUST be used
as the timestamp by the locker. This faciliates reproducibility of the
as the timestamp by the locker. This facilitates reproducibility of the
lock file itself.


Expand Down Expand Up @@ -538,11 +538,11 @@ The expected algorithm for resolving what to install is:
#. Install the best-fitting wheel file for each package which
remains.

What constitues the "best-fitting wheel file" is an open issue.
What constitutes the "best-fitting wheel file" is an open issue.

Installers MUST support installing into an empty environment.
Installers MAY support installing into an environment that already
conatins installed packages (and whatever that would entail).
contains installed packages (and whatever that would entail).


========================
Expand Down
2 changes: 1 addition & 1 deletion pep-0670.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ slowdown, there should be a good reason to do the conversion. One reason
can be hiding implementation details.

Using static inline functions in the internal C API is fine: the
internal C API exposes implemenation details by design and should not be
internal C API exposes implementation details by design and should not be
used outside Python.

Cast to PyObject*
Expand Down
2 changes: 1 addition & 1 deletion pep-0672.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ This allows identifiers that look the same to humans, but not to Python.
For example, all of the following are distinct identifiers:

* ``scope`` (Latin, ASCII-only)
* ``scоpe`` (wih a Cyrillic ``о``)
* ``scоpe`` (with a Cyrillic ``о``)
* ``scοpe`` (with a Greek ``ο``)
* ``ѕсоре`` (all Cyrillic letters)

Expand Down