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

Skip to content

Commit 16a2240

Browse files
committed
[po] auto sync bot
1 parent c5b2fc3 commit 16a2240

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

reference/expressions.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ msgid ""
727727
" exception, or raises a different exception, then that exception propagates "
728728
"to the caller."
729729
msgstr ""
730+
"在生成器暂停的位置引发 ``type`` 类型的异常,并返回该生成器函数所产生的下一个值。 如果生成器没有产生下一个值就退出,则将引发 "
731+
":exc:`StopIteration` 异常。 如果生成器函数没有捕获传入的异常,或引发了另一个异常,则该异常会被传播给调用者。"
730732

731733
#: ../../reference/expressions.rst:567
732734
msgid ""

0 commit comments

Comments
 (0)