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

Skip to content

Commit fb1a27f

Browse files
[po] auto sync
1 parent a18ce35 commit fb1a27f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.40%", "updated_at": "2023-11-04T00:46:02Z"}
1+
{"translation": "90.40%", "updated_at": "2023-11-05T20:32:18Z"}

reference/datamodel.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-29 03:05+0000\n"
14+
"POT-Creation-Date: 2023-11-05 18:24+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -4044,7 +4044,7 @@ msgstr "必须返回一个 *异步迭代器* 对象。"
40444044
msgid ""
40454045
"Must return an *awaitable* resulting in a next value of the iterator. "
40464046
"Should raise a :exc:`StopAsyncIteration` error when the iteration is over."
4047-
msgstr "必须返回一个 *可迭代对象* 输出迭代器的下一结果值。 当迭代结束时应该引发 :exc:`StopAsyncIteration` 错误。"
4047+
msgstr "必须返回一个 *可等待对象* 输出迭代器的下一结果值。 当迭代结束时应该引发 :exc:`StopAsyncIteration` 错误。"
40484048

40494049
#: ../../reference/datamodel.rst:2972
40504050
msgid "An example of an asynchronous iterable object::"

0 commit comments

Comments
 (0)