Fix a typo.
This commit is contained in:
parent
ad251f7c86
commit
cc5472f135
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue