From: George Yoshida Date: Sat, 30 Sep 2006 05:14:02 +0000 (+0000) Subject: SF bug #1567976 : fix typo X-Git-Tag: v2.6a1~2631 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cee720aa6869b2335df0526b96fcdc57f62edb3;p=python SF bug #1567976 : fix typo Will backport to 2.5. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 554d094fa8..bb24a38f90 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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.