mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
When printing AttributeError, PyErr_Display will offer suggestions of similar attribute names in the object that the exception was raised from: >>> collections.namedtoplo Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'collections' has no attribute 'namedtoplo'. Did you mean: namedtuple?
Miscellaneous source files for the main Python shared library