From 983eb6aba1bb241f3c375e7c94efd1f99b27049d Mon Sep 17 00:00:00 2001 From: Pieter Eendebak Date: Mon, 4 May 2026 00:00:12 +0200 Subject: [PATCH] Apply suggestion from @eendebakpt --- .../next/Library/2026-05-03-21-51-36.gh-issue-72902.TbChd6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2026-05-03-21-51-36.gh-issue-72902.TbChd6.rst b/Misc/NEWS.d/next/Library/2026-05-03-21-51-36.gh-issue-72902.TbChd6.rst index b8c484d9eb9..13faa8ee440 100644 --- a/Misc/NEWS.d/next/Library/2026-05-03-21-51-36.gh-issue-72902.TbChd6.rst +++ b/Misc/NEWS.d/next/Library/2026-05-03-21-51-36.gh-issue-72902.TbChd6.rst @@ -1 +1 @@ -Improve performance of construction of :class:`Fraction` from a string. +Improve performance of construction of :class:`fractions.Fraction` from a string.