-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
gh-109975: Escaping an 's' after backquote in 3.13.0a5.rst #138370
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
Conversation
This lacks a "`" and fails to build with Swedish translation
@@ -742,7 +742,7 @@ Add ``windows_31j`` to aliases for ``cp932`` codec | |||
.. nonce: fv35wU | |||
.. 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 |
There was a problem hiding this comment.
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 partial
s of repr
?
: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 |
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. |
Alternative #138468 was merged, the issue has been fixed. |
This lacks a "`" and fails to build with Swedish translation