From ad8586d075015c2d4204f1223b5ac854d7addc27 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 27 Feb 2012 10:59:10 -0500 Subject: [PATCH] typo --- Doc/library/exceptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 7e3a0c3a50..8c5a9602e4 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -41,7 +41,7 @@ include the originating exception(s) and the final exception. 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 -- 2.40.0