]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144285: Update *What's New* entry after GH-144299 (#145077)
authorBartosz Sławecki <bartosz@ilikepython.com>
Sat, 21 Feb 2026 12:50:55 +0000 (13:50 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 12:50:55 +0000 (12:50 +0000)
Doc/whatsnew/3.15.rst

index 4aac6c453f533d02bdfaed8e9f777347ce3cb86a..fa3ba25a954e400c45879f74c5d73970096c77ea 100644 (file)
@@ -403,7 +403,7 @@ Improved error messages
      File "/home/pablogsal/github/python/main/lel.py", line 42, in <module>
         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