[Python-checkins] cpython: typo
benjamin.peterson
python-checkins at python.org
Mon Feb 27 16:59:20 CET 2012
http://hg.python.org/cpython/rev/fb1968ae0ce5
changeset: 75316:fb1968ae0ce5
user: Benjamin Peterson <benjamin at python.org>
date: Mon Feb 27 10:59:10 2012 -0500
summary:
typo
files:
Doc/library/exceptions.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -41,7 +41,7 @@
This implicit exception chain can be made explicit by using :keyword:`from`
with :keyword:`raise`. The single argument to :keyword:`from` must be an
-exception or :const:`None`, and it will bet set as :attr:`__cause__` on the
+exception or :const:`None`, and it will be set as :attr:`__cause__` on the
raised exception. If :attr:`__cause__` is an exception it will be displayed
instead of :attr:`__context__`; if :attr:`__cause__` is None,
:attr:`__context__` will not be displayed by the default exception handling
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list