]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct news entry. (GH-96043)
authorMark Shannon <mark@hotpy.org>
Wed, 17 Aug 2022 11:59:44 +0000 (12:59 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Aug 2022 11:59:44 +0000 (12:59 +0100)
Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst

index 9fc0df5266d0dfe6b47df63fa45f38e1caaa8cdb..7fc8f6a2d4929392218cd59eee556a358280b040 100644 (file)
@@ -1 +1 @@
-Specialize ``LOAD_ATTR`` for objects with custom ``__getattr__`` and ``__getattribute__``.
+Specialize ``LOAD_ATTR`` for objects with custom ``__getattribute__``.