We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab91961 commit deb6819Copy full SHA for deb6819
1 file changed
Doc/whatsnew/3.15.rst
@@ -403,7 +403,7 @@ Improved error messages
403
File "/home/pablogsal/github/python/main/lel.py", line 42, in <module>
404
print(container.area)
405
^^^^^^^^^^^^^^
406
- 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'?
407
408
409
Other language changes
0 commit comments