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 70da972 commit 9aaca56Copy full SHA for 9aaca56
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