Skip to content

Commit 8397d8d

Browse files
authored
Correct spelling error in recent NEWS entry (#118308)
1 parent 1d33925 commit 8397d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ class was dynamically created, the class held strong references to other
66
objects which took up a significant amount of memory, and the cache
77
contained the sole strong reference to the class. The fix for the regression
88
leads to a slowdown in :func:`getattr_static`, but the function should still
9-
be signficantly faster than it was in Python 3.11. Patch by Alex Waygood.
9+
be significantly faster than it was in Python 3.11. Patch by Alex Waygood.

0 commit comments

Comments
 (0)