]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in 3.10.0a7.rst (GH-25340)
authorSergey B Kirpichev <2155800+skirpichev@users.noreply.github.com>
Sun, 11 Apr 2021 08:50:42 +0000 (11:50 +0300)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 08:50:42 +0000 (09:50 +0100)
Misc/NEWS.d/3.10.0a7.rst

index e53f6ba84e43d0a317f8d7a9925383cce0451888..a20072b7ae11e08a9ae1d577ceecbcc375ccfaa4 100644 (file)
@@ -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.
 
 ..