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 e53f6ba..a20072b 100644
--- a/Misc/NEWS.d/3.10.0a7.rst
+++ b/Misc/NEWS.d/3.10.0a7.rst
@@ -534,7 +534,7 @@
 .. 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.
 
 ..