Correct spelling error in recent NEWS entry (#118308)

This commit is contained in:
Xie Yanbo 2024-04-27 10:06:08 +08:00 committed by GitHub
parent 1d33925176
commit 8397d8d300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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.