File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ``
Original file line number Diff line number Diff 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,
281281instead of just where the problem is detected. Patch by Pablo Galindo.
282282
283283..
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ returns an invalid file descriptor.
221221
222222 Also \ escape \s in the http.server BaseHTTPRequestHandler.log_message so
223223that it is technically possible to parse the line and reconstruct what the
224- original data was. Without this a \x HH is ambiguious as to if it is a hex
224+ original data was. Without this a \x HH is ambiguous as to if it is a hex
225225replacement we put in or the characters r"\x " came through in the original
226226request line.
227227
Original file line number Diff line number Diff 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
291291inherited ones. Patch by Oleg Iarygin.
292292
293293..
You can’t perform that action at this time.
0 commit comments