Skip to content

gh-109975: Escaping an 's' after backquote in 3.13.0a5.rst - #138370

Closed
yeager wants to merge 2 commits into
python:mainfrom
yeager:main
Closed

gh-109975: Escaping an 's' after backquote in 3.13.0a5.rst#138370
yeager wants to merge 2 commits into
python:mainfrom
yeager:main

Conversation

@yeager

@yeageryeager commented Sep 2, 2025

Copy link
Copy Markdown

This lacks a "`" and fails to build with Swedish translation

This lacks a "`" and fails to build with Swedish translation
@bedevere-appbedevere-appBot added awaiting review docs Documentation in the Doc dir skip news labels Sep 2, 2025
@picnixzpicnixz changed the title Escaping a 's' after ` in 3.13.0a5.rstgh-109975: Escaping a 's' after ` in 3.13.0a5.rstSep 2, 2025
@picnixzpicnixz changed the title gh-109975: Escaping a 's' after ` in 3.13.0a5.rstgh-109975: Escaping a 's' after backquote in 3.13.0a5.rstSep 2, 2025
Comment threadMisc/NEWS.d/3.13.0a5.rst
@vstinnervstinner added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Sep 2, 2025
.. section: Library

:func:`functools.partial`s of :func:`repr` has been improved to include the
:func:`functools.partial`\s of :func:`repr` has been improved to include the

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this backwards? Wasn't it the repr of functools.partial that was changed, rather than partials of repr?

Suggested change
:func:`functools.partial`\s of :func:`repr` has been improved to include the
The :func:`repr` of :func:`functools.partial` objects has been improved to include the

@StanFromIreland

Copy link
Copy Markdown
Member

Please do not use the Update Branch button unless necessary (e.g. fixing conflicts, jogging the CI, or very old PRs) as it uses valuable resources. For more information see the devguide.

@hugovkhugovk changed the title gh-109975: Escaping a 's' after backquote in 3.13.0a5.rstgh-109975: Escaping an 's' after backquote in 3.13.0a5.rstSep 2, 2025
@StanFromIreland

Copy link
Copy Markdown
Member

Alternative #138468 was merged, the issue has been fixed.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core reviewdocsDocumentation in the Doc dirneeds backport to 3.13bugs and security fixesneeds backport to 3.14bugs and security fixesskip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

4 participants

@yeager@StanFromIreland@zware@vstinner