summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-09-30 05:14:02 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-09-30 05:14:02 (GMT)
commit5cee720aa6869b2335df0526b96fcdc57f62edb3 (patch)
treefa27e225ddaa1546e8e4fa36541ee0080228a799 /Doc/tut
parent94b69f6ba30c186a3ba753235828dee1b87a6970 (diff)
downloadcpython-5cee720aa6869b2335df0526b96fcdc57f62edb3.zip
cpython-5cee720aa6869b2335df0526b96fcdc57f62edb3.tar.gz
cpython-5cee720aa6869b2335df0526b96fcdc57f62edb3.tar.bz2
SF bug #1567976 : fix typo
Will backport to 2.5.
Diffstat (limited to 'Doc/tut')
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 554d094..bb24a38 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.