diff --git a/pep-0352.txt b/pep-0352.txt index d41704eff..9561cfd88 100644 --- a/pep-0352.txt +++ b/pep-0352.txt @@ -63,7 +63,7 @@ will cause the deprecation of the existing ``args`` attribute):: passed in during instantiation. If more than one argument is passed, it is set to the empty string. It is meant to represent any message (usually some text) that should be printed out with the traceback. - Unfortunatley, for backwards-compatibility, the 'args' attribute + Unfortunately, for backwards-compatibility, the 'args' attribute (discussed below) is used for printing out to tracebacks. The 'args' attribute and __getitem__ method are provided for