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

Skip to content

Commit 5318b23

Browse files
committed
Update translation from Transifex
1 parent 3deffd6 commit 5318b23

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

0.po

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2020-11-05 04:32+0000\n"
17+
"POT-Creation-Date: 2020-11-06 04:33+0000\n"
1818
"PO-Revision-Date: 2020-11-03 04:34+0000\n"
1919
"Last-Translator: m_aciek <[email protected]>, 2020\n"
2020
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -200765,18 +200765,20 @@ msgstr ""
200765200765

200766200766
msgid ""
200767200767
"The :keyword:`raise` statement allows an optional :keyword:`from` which "
200768-
"enables chaining exceptions by setting the ``__cause__`` attribute of the "
200769-
"raised exception. For example::"
200768+
"enables chaining exceptions. For example::"
200770200769
msgstr ""
200771200770

200772200771
msgid "This can be useful when you are transforming exceptions. For example::"
200773200772
msgstr ""
200774200773

200775200774
msgid ""
200776-
"The expression following the :keyword:`from` must be either an exception or "
200777-
"``None``. Exception chaining happens automatically when an exception is "
200778-
"raised inside an exception handler or :keyword:`finally` section. Exception "
200779-
"chaining can be disabled by using ``from None`` idiom:"
200775+
"Exception chaining happens automatically when an exception is raised inside "
200776+
"an :keyword:`except` or :keyword:`finally` section. Exception chaining can "
200777+
"be disabled by using ``from None`` idiom:"
200778+
msgstr ""
200779+
200780+
msgid ""
200781+
"For more information about chaining mechanics, see :ref:`bltin-exceptions`."
200780200782
msgstr ""
200781200783

200782200784
msgid "User-defined Exceptions"

0 commit comments

Comments
 (0)