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

Skip to content

Commit 7ace213

Browse files
committed
[po] auto sync bot
1 parent f30cbd2 commit 7ace213

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/errors.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ msgid ""
172172
"not in other handlers of the same :keyword:`try` statement. An except "
173173
"clause may name multiple exceptions as a parenthesized tuple, for example::"
174174
msgstr ""
175-
"一个:keyword:`try` 语句可能有多个 except 子句,以指定不同异常的处理程序。最多将执行一个处理程序。处理程序只处理相应的 try "
176-
"子句中发生的异常,而不处理同一 :keyword:`try` 语句中的其他处理程序中的异常。一个except "
175+
"一个 :keyword:`try` 语句可能有多个 except 子句,以指定不同异常的处理程序。最多将执行一个处理程序。处理程序只处理相应的 try "
176+
"子句中发生的异常,而不处理同一 :keyword:`try` 语句中的其他处理程序中的异常。一个 except "
177177
"子句可以将多个异常命名为带括号的元组,例如::"
178178

179179
#: ../../tutorial/errors.rst:123

0 commit comments

Comments
 (0)