From: Sergey B Kirpichev <2155800+skirpichev@users.noreply.github.com> Date: Sun, 11 Apr 2021 08:50:42 +0000 (+0300) Subject: Fix typo in 3.10.0a7.rst (GH-25340) X-Git-Tag: v3.10.0b1~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63bf1abfdc2db2798e477c38f41c486e702b7542;p=thirdparty%2FPython%2Fcpython.git Fix typo in 3.10.0a7.rst (GH-25340) --- diff --git a/Misc/NEWS.d/3.10.0a7.rst b/Misc/NEWS.d/3.10.0a7.rst index e53f6ba84e43..a20072b7ae11 100644 --- a/Misc/NEWS.d/3.10.0a7.rst +++ b/Misc/NEWS.d/3.10.0a7.rst @@ -534,7 +534,7 @@ during connection setup. .. nonce: cee_X5 .. section: Library -Improve performance of class:`fractions.Fraction` arithmetics for large +Improve performance of :class:`fractions.Fraction` arithmetics for large components. Contributed by Sergey B. Kirpichev. ..