commit | 63bf1abfdc2db2798e477c38f41c486e702b7542 | [log] [tgz] |
---|---|---|
author | Sergey B Kirpichev <2155800+skirpichev@users.noreply.github.com> | Sun Apr 11 11:50:42 2021 +0300 |
committer | GitHub <noreply@github.com> | Sun Apr 11 09:50:42 2021 +0100 |
tree | 8c6257c5dac245bad6bcb3df57c385f080164b75 | |
parent | 79650d0118b0a8861428b9dd063089de405cf137 [diff] |
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. ..