Skip to content

Commit cf5b0c9

Browse files
Typos found by codespell (#2144)
1 parent 6e42b63 commit cf5b0c9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pep-0563.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ hinting use case:
4646

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

5151
Non-goals
5252
---------

pep-0665.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ native timestamp type). It MUST be recorded using the UTC time zone to
291291
avoid ambiguity.
292292

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

297297

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

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

543543
Installers MUST support installing into an empty environment.
544544
Installers MAY support installing into an environment that already
545-
conatins installed packages (and whatever that would entail).
545+
contains installed packages (and whatever that would entail).
546546

547547

548548
========================

pep-0670.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ slowdown, there should be a good reason to do the conversion. One reason
155155
can be hiding implementation details.
156156

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

161161
Cast to PyObject*

pep-0672.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ This allows identifiers that look the same to humans, but not to Python.
145145
For example, all of the following are distinct identifiers:
146146

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

0 commit comments

Comments
 (0)