From 0c05bc8782161225f3ed28a9b57c9c3dd0dda1b1 Mon Sep 17 00:00:00 2001 From: Daniel Nylander Date: Tue, 2 Sep 2025 13:44:42 +0200 Subject: [PATCH] Escaping a 's' after ` in 3.13.0a5.rst This lacks a "`" and fails to build with Swedish translation --- Misc/NEWS.d/3.13.0a5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.13.0a5.rst b/Misc/NEWS.d/3.13.0a5.rst index d56b1542b01823..210d37fc9dde86 100644 --- a/Misc/NEWS.d/3.13.0a5.rst +++ b/Misc/NEWS.d/3.13.0a5.rst @@ -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 :term:`module` name. Patched by Furkan Onder and Anilyka Barry. ..