Skip to content

Commit 5c408e3

Browse files
authored
[3.13] Fix typos in docs and what's new (#123451)
1 parent 14a899f commit 5c408e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ find and load modules.
12521252
be only a single binary per framework, and there can be no executable binary
12531253
material outside the Frameworks folder.
12541254

1255-
To accomodate this requirement, when running on iOS, extension module
1255+
To accommodate this requirement, when running on iOS, extension module
12561256
binaries are *not* packaged as ``.so`` files on ``sys.path``, but as
12571257
individual standalone frameworks. To discover those frameworks, this loader
12581258
is be registered against the ``.fwork`` file extension, with a ``.fwork``

Misc/NEWS.d/3.10.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ cause any runtime effects with ``from __future__ import annotations``.
277277
.. section: Core and Builtins
278278
279279
:exc:`SyntaxError` exceptions raised by the interpreter will highlight the
280-
full error range of the expression that consistutes the syntax error itself,
280+
full error range of the expression that constitutes the syntax error itself,
281281
instead of just where the problem is detected. Patch by Pablo Galindo.
282282

283283
..

Misc/NEWS.d/3.12.0a3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ returns an invalid file descriptor.
221221
222222
Also \ escape \s in the http.server BaseHTTPRequestHandler.log_message so
223223
that it is technically possible to parse the line and reconstruct what the
224-
original data was. Without this a \xHH is ambiguious as to if it is a hex
224+
original data was. Without this a \xHH is ambiguous as to if it is a hex
225225
replacement we put in or the characters r"\x" came through in the original
226226
request line.
227227

Misc/NEWS.d/3.12.0a5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ a positional argument would lead to a :exc:`TypeError`.
287287
.. section: Library
288288
289289
Group-related variables of ``_posixsubprocess`` module are renamed to stress
290-
that supplimentary group affinity is added to a fork, not replace the
290+
that supplementary group affinity is added to a fork, not replace the
291291
inherited ones. Patch by Oleg Iarygin.
292292

293293
..

0 commit comments

Comments
 (0)