Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2133e16 commit 0499a0cCopy full SHA for 0499a0c
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