File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88msgstr ""
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
225225msgid ""
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`."
231231msgstr ""
232232
233233#: ../../glossary.rst:131
You can’t perform that action at this time.
0 commit comments