### Feature description Correct ```py >>> x Traceback (most recent call last): ... NameError: name 'x' is not defined ``` to ```py Traceback (most recent call last): ... NameError: name 'x' is not defined ```