]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct spelling error in recent NEWS entry (#118308)
authorXie Yanbo <xieyanbo@gmail.com>
Sat, 27 Apr 2024 02:06:08 +0000 (10:06 +0800)
committerGitHub <noreply@github.com>
Sat, 27 Apr 2024 02:06:08 +0000 (19:06 -0700)
Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst

index 8eb68ebe99ba155dde26afcf0f9af315b19dae96..daa5fe7c0f29171928c82b34136d2995cc4f82c0 100644 (file)
@@ -6,4 +6,4 @@ class was dynamically created, the class held strong references to other
 objects which took up a significant amount of memory, and the cache
 contained the sole strong reference to the class. The fix for the regression
 leads to a slowdown in :func:`getattr_static`, but the function should still
-be signficantly faster than it was in Python 3.11. Patch by Alex Waygood.
+be significantly faster than it was in Python 3.11. Patch by Alex Waygood.