diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index feccc496fad0e0..271ba5fce75bbe 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