Skip to content

Commit 9aaca56

Browse files
committed
Fixup whatsnew entry after GH-144299
1 parent 70da972 commit 9aaca56

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)