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

Skip to content

Commit 3388d54

Browse files
committed
[po] auto sync bot
1 parent cd7336d commit 3388d54

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

glossary.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-08-10 08:49+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Fred <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -223,11 +223,11 @@ msgstr "异步迭代器"
223223

224224
#: ../../glossary.rst:126
225225
msgid ""
226-
"An object that implements :meth:`__aiter__` and :meth:`__anext__` methods. "
227-
"``__anext__`` must return an :term:`awaitable` object. :keyword:`async for` "
228-
"resolves awaitable returned from asynchronous iterator's :meth:`__anext__` "
229-
"method until it raises :exc:`StopAsyncIteration` exception. Introduced by "
230-
":pep:`492`."
226+
"An object that implements the :meth:`__aiter__` and :meth:`__anext__` "
227+
"methods. ``__anext__`` must return an :term:`awaitable` object. "
228+
":keyword:`async for` resolves the awaitables returned by an asynchronous "
229+
"iterator's :meth:`__anext__` method until it raises a "
230+
":exc:`StopAsyncIteration` exception. Introduced by :pep:`492`."
231231
msgstr ""
232232

233233
#: ../../glossary.rst:131

0 commit comments

Comments
 (0)