https://github.com/python/cpython/commit/0499a0c17f59178dee4513323268c00f60939cb1
commit: 0499a0c17f59178dee4513323268c00f60939cb1
branch: main
author: Bartosz SÅ‚awecki <[email protected]>
committer: pablogsal <[email protected]>
date: 2026-02-21T12:50:55Z
summary:

gh-144285: Update *What's New* entry after GH-144299 (#145077)

files:
M Doc/whatsnew/3.15.rst

diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst
index 4aac6c453f533d..fa3ba25a954e40 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 <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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to