Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aea7d3 commit ad8586dCopy full SHA for ad8586d
1 file changed
Doc/library/exceptions.rst
@@ -41,7 +41,7 @@ include the originating exception(s) and the final exception.
41
42
This implicit exception chain can be made explicit by using :keyword:`from`
43
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
+exception or :const:`None`, and it will be set as :attr:`__cause__` on the
45
raised exception. If :attr:`__cause__` is an exception it will be displayed
46
instead of :attr:`__context__`; if :attr:`__cause__` is None,
47
:attr:`__context__` will not be displayed by the default exception handling
0 commit comments