From: Bartosz Sławecki Date: Sat, 21 Feb 2026 12:50:55 +0000 (+0100) Subject: gh-144285: Update *What's New* entry after GH-144299 (#145077) X-Git-Tag: v3.15.0a7~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0499a0c17f59178dee4513323268c00f60939cb1;p=thirdparty%2FPython%2Fcpython.git gh-144285: Update *What's New* entry after GH-144299 (#145077) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 4aac6c453f53..fa3ba25a954e 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -403,7 +403,7 @@ Improved error messages File "/home/pablogsal/github/python/main/lel.py", line 42, in print(container.area) ^^^^^^^^^^^^^^ - AttributeError: 'Container' object has no attribute 'area'. Did you mean: 'inner.area'? + AttributeError: 'Container' object has no attribute 'area'. Did you mean '.inner.area' instead of '.area'? Other language changes