summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-04-27 02:06:08 (GMT)
committerGitHub <noreply@github.com>2024-04-27 02:06:08 (GMT)
commit8397d8d3002d3d817d4fbb8f852690be8ed0d6c7 (patch)
treec7ad0500f5b5a26b0b743f5be85d1cdabe8e7939 /Misc
parent1d3392517698170e270eb7d847b6a8c28bfaca0f (diff)
downloadcpython-8397d8d3002d3d817d4fbb8f852690be8ed0d6c7.zip
cpython-8397d8d3002d3d817d4fbb8f852690be8ed0d6c7.tar.gz
cpython-8397d8d3002d3d817d4fbb8f852690be8ed0d6c7.tar.bz2
Correct spelling error in recent NEWS entry (#118308)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst b/Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst
index 8eb68eb..daa5fe7 100644
--- a/Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst
+++ b/Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst
@@ -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.