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.
1252
1252
be only a single binary per framework, and there can be no executable binary
1253
1253
material outside the Frameworks folder.
1254
1254
1255
- To accomodate this requirement, when running on iOS, extension module
1255
+ To accommodate this requirement, when running on iOS, extension module
1256
1256
binaries are *not * packaged as ``.so `` files on ``sys.path ``, but as
1257
1257
individual standalone frameworks. To discover those frameworks, this loader
1258
1258
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``.
277
277
.. section: Core and Builtins
278
278
279
279
: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,
281
281
instead of just where the problem is detected. Patch by Pablo Galindo.
282
282
283
283
..
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ returns an invalid file descriptor.
221
221
222
222
Also \ escape \s in the http.server BaseHTTPRequestHandler.log_message so
223
223
that 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
225
225
replacement we put in or the characters r"\x " came through in the original
226
226
request line.
227
227
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ a positional argument would lead to a :exc:`TypeError`.
287
287
.. section: Library
288
288
289
289
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
291
291
inherited ones. Patch by Oleg Iarygin.
292
292
293
293
..
You can’t perform that action at this time.
0 commit comments