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 f30cbd2 commit 7ace213Copy full SHA for 7ace213
1 file changed
tutorial/errors.po
@@ -172,8 +172,8 @@ msgid ""
172
"not in other handlers of the same :keyword:`try` statement. An except "
173
"clause may name multiple exceptions as a parenthesized tuple, for example::"
174
msgstr ""
175
-"一个:keyword:`try` 语句可能有多个 except 子句,以指定不同异常的处理程序。最多将执行一个处理程序。处理程序只处理相应的 try "
176
-"子句中发生的异常,而不处理同一 :keyword:`try` 语句中的其他处理程序中的异常。一个except "
+"一个 :keyword:`try` 语句可能有多个 except 子句,以指定不同异常的处理程序。最多将执行一个处理程序。处理程序只处理相应的 try "
+"子句中发生的异常,而不处理同一 :keyword:`try` 语句中的其他处理程序中的异常。一个 except "
177
"子句可以将多个异常命名为带括号的元组,例如::"
178
179
#: ../../tutorial/errors.rst:123
0 commit comments