Skip to content

Commit 0499a0c

Browse files
authored
gh-144285: Update *What's New* entry after GH-144299 (#145077)
1 parent 2133e16 commit 0499a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ Improved error messages
403403
File "/home/pablogsal/github/python/main/lel.py", line 42, in <module>
404404
print(container.area)
405405
^^^^^^^^^^^^^^
406-
AttributeError: 'Container' object has no attribute 'area'. Did you mean: 'inner.area'?
406+
AttributeError: 'Container' object has no attribute 'area'. Did you mean '.inner.area' instead of '.area'?
407407
408408
409409
Other language changes

0 commit comments

Comments
 (0)