Fix a typo.

This commit is contained in:
Brett Cannon 2006-03-01 23:51:20 +00:00
parent ad251f7c86
commit cc5472f135
1 changed files with 1 additions and 1 deletions

View File

@ -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