Skip to content

[3.13] Fix typos in docs and what's new #123451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 2, 2024
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 Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ find and load modules.
be only a single binary per framework, and there can be no executable binary
material outside the Frameworks folder.

To accomodate this requirement, when running on iOS, extension module
To accommodate this requirement, when running on iOS, extension module
binaries are *not* packaged as ``.so`` files on ``sys.path``, but as
individual standalone frameworks. To discover those frameworks, this loader
is be registered against the ``.fwork`` file extension, with a ``.fwork``
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.10.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ cause any runtime effects with ``from __future__ import annotations``.
.. section: Core and Builtins

:exc:`SyntaxError` exceptions raised by the interpreter will highlight the
full error range of the expression that consistutes the syntax error itself,
full error range of the expression that constitutes the syntax error itself,
instead of just where the problem is detected. Patch by Pablo Galindo.

..
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.12.0a3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ returns an invalid file descriptor.

Also \ escape \s in the http.server BaseHTTPRequestHandler.log_message so
that it is technically possible to parse the line and reconstruct what the
original data was. Without this a \xHH is ambiguious as to if it is a hex
original data was. Without this a \xHH is ambiguous as to if it is a hex
replacement we put in or the characters r"\x" came through in the original
request line.

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.12.0a5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ a positional argument would lead to a :exc:`TypeError`.
.. section: Library

Group-related variables of ``_posixsubprocess`` module are renamed to stress
that supplimentary group affinity is added to a fork, not replace the
that supplementary group affinity is added to a fork, not replace the
inherited ones. Patch by Oleg Iarygin.

..
Expand Down
Loading