[Python-checkins] r42764 - peps/trunk/pep-0352.txt

brett.cannon python-checkins at python.org
Thu Mar 2 00:51:20 CET 2006


Author: brett.cannon
Date: Thu Mar  2 00:51:20 2006
New Revision: 42764

Modified:
   peps/trunk/pep-0352.txt
Log:
Fix a typo.


Modified: peps/trunk/pep-0352.txt
==============================================================================
--- peps/trunk/pep-0352.txt	(original)
+++ peps/trunk/pep-0352.txt	Thu Mar  2 00:51:20 2006
@@ -63,7 +63,7 @@
       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


More information about the Python-checkins mailing list