]> granicus.if.org Git - python/commitdiff
SF bug #1567976 : fix typo
authorGeorge Yoshida <dynkin@gmail.com>
Sat, 30 Sep 2006 05:14:02 +0000 (05:14 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sat, 30 Sep 2006 05:14:02 +0000 (05:14 +0000)
Will backport to 2.5.

Doc/tut/tut.tex

index 554d094fa8e34918d82750ad6d38fd0dabb1d328..bb24a38f907632a1a3b2a255b7266967fdf72d5b 100644 (file)
@@ -3539,7 +3539,7 @@ be accessed or printed directly without having to reference \code{.args}.
 
 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.