[Python-checkins] r52048 - python/trunk/Doc/tut/tut.tex

george.yoshida python-checkins at python.org
Sat Sep 30 07:14:03 CEST 2006


Author: george.yoshida
Date: Sat Sep 30 07:14:02 2006
New Revision: 52048

Modified:
   python/trunk/Doc/tut/tut.tex
Log:
SF bug #1567976 : fix typo

Will backport to 2.5.


Modified: python/trunk/Doc/tut/tut.tex
==============================================================================
--- python/trunk/Doc/tut/tut.tex	(original)
+++ python/trunk/Doc/tut/tut.tex	Sat Sep 30 07:14:02 2006
@@ -3539,7 +3539,7 @@
 
 But use of \code{.args} is discouraged.  Instead, the preferred use is to pass
 a single argument to an exception (which can be a tuple if multiple arguments
-are needed) and have it bound to the \code{message} attribute.  One my also
+are needed) and have it bound to the \code{message} attribute.  One may also
 instantiate an exception first before raising it and add any attributes to it
 as desired.
 


More information about the Python-checkins mailing list