Skip to content

Commit db2acbe

Browse files
committed
Merge from upstream
1 parent 42cc776 commit db2acbe

File tree

7 files changed

+932
-931
lines changed

7 files changed

+932
-931
lines changed

glossary.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.7\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
8+
"POT-Creation-Date: 2018-08-23 20:52+0800\n"
99
"PO-Revision-Date: 2018-07-15 18:56+0800\n"
1010
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1111
"tw)\n"
@@ -220,11 +220,11 @@ msgstr ""
220220

221221
#: ../../glossary.rst:126
222222
msgid ""
223-
"An object that implements :meth:`__aiter__` and :meth:`__anext__` methods. "
224-
"``__anext__`` must return an :term:`awaitable` object. :keyword:`async for` "
225-
"resolves awaitable returned from asynchronous iterator's :meth:`__anext__` "
226-
"method until it raises :exc:`StopAsyncIteration` exception. Introduced by :"
227-
"pep:`492`."
223+
"An object that implements the :meth:`__aiter__` and :meth:`__anext__` "
224+
"methods. ``__anext__`` must return an :term:`awaitable` object. :keyword:"
225+
"`async for` resolves the awaitables returned by an asynchronous iterator's :"
226+
"meth:`__anext__` method until it raises a :exc:`StopAsyncIteration` "
227+
"exception. Introduced by :pep:`492`."
228228
msgstr ""
229229

230230
#: ../../glossary.rst:131

howto/functional.po

+2-2
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-07-15 19:13+0800\n"
11+
"POT-Creation-Date: 2018-08-23 20:52+0800\n"
1212
"PO-Revision-Date: 2018-05-23 14:36+0000\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -567,7 +567,7 @@ msgstr ""
567567

568568
#: ../../howto/functional.rst:482
569569
msgid ""
570-
"You could equally write ``for i in generate_ints(5)``, or ``a,b,c = "
570+
"You could equally write ``for i in generate_ints(5)``, or ``a, b, c = "
571571
"generate_ints(3)``."
572572
msgstr ""
573573

library/asyncio-stream.po

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
10+
"POT-Creation-Date: 2018-08-23 20:52+0800\n"
1111
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -432,32 +432,32 @@ msgid ""
432432
"Simple example querying HTTP headers of the URL passed on the command line::"
433433
msgstr ""
434434

435-
#: ../../library/asyncio-stream.rst:463
435+
#: ../../library/asyncio-stream.rst:462
436436
msgid "Usage::"
437437
msgstr ""
438438

439-
#: ../../library/asyncio-stream.rst:467
439+
#: ../../library/asyncio-stream.rst:466
440440
msgid "or with HTTPS::"
441441
msgstr ""
442442

443-
#: ../../library/asyncio-stream.rst:474
443+
#: ../../library/asyncio-stream.rst:473
444444
msgid "Register an open socket to wait for data using streams"
445445
msgstr ""
446446

447-
#: ../../library/asyncio-stream.rst:476
447+
#: ../../library/asyncio-stream.rst:475
448448
msgid ""
449449
"Coroutine waiting until a socket receives data using the :func:"
450450
"`open_connection` function::"
451451
msgstr ""
452452

453-
#: ../../library/asyncio-stream.rst:508
453+
#: ../../library/asyncio-stream.rst:507
454454
msgid ""
455455
"The :ref:`register an open socket to wait for data using a protocol <asyncio-"
456456
"register-socket>` example uses a low-level protocol created by the :meth:"
457457
"`AbstractEventLoop.create_connection` method."
458458
msgstr ""
459459

460-
#: ../../library/asyncio-stream.rst:512
460+
#: ../../library/asyncio-stream.rst:511
461461
msgid ""
462462
"The :ref:`watch a file descriptor for read events <asyncio-watch-read-"
463463
"event>` example uses the low-level :meth:`AbstractEventLoop.add_reader` "

0 commit comments

Comments
 (0)