Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad8586d

Browse files
committed
typo
1 parent 4aea7d3 commit ad8586d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ include the originating exception(s) and the final exception.
4141

4242
This implicit exception chain can be made explicit by using :keyword:`from`
4343
with :keyword:`raise`. The single argument to :keyword:`from` must be an
44-
exception or :const:`None`, and it will bet set as :attr:`__cause__` on the
44+
exception or :const:`None`, and it will be set as :attr:`__cause__` on the
4545
raised exception. If :attr:`__cause__` is an exception it will be displayed
4646
instead of :attr:`__context__`; if :attr:`__cause__` is None,
4747
:attr:`__context__` will not be displayed by the default exception handling

0 commit comments

Comments
 (0)