@@ -16,7 +16,7 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.8\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2019-09-16 11:27 +0000\n "
19+ "POT-Creation-Date : 2019-09-17 11:28 +0000\n "
2020"PO-Revision-Date : 2017-02-16 17:49+0000\n "
2121"Last-Translator : MS_H, 2019\n "
2222"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1039,35 +1039,35 @@ msgid ""
10391039"method with a protocol::"
10401040msgstr ""
10411041
1042- #: ../../library/asyncio-protocol.rst:974
1042+ #: ../../library/asyncio-protocol.rst:975
10431043msgid ""
10441044"The :ref:`watch a file descriptor for read events "
10451045"<asyncio_example_watch_fd>` example uses the low-level "
10461046":meth:`loop.add_reader` method to register an FD."
10471047msgstr ""
10481048
1049- #: ../../library/asyncio-protocol.rst:978
1049+ #: ../../library/asyncio-protocol.rst:979
10501050msgid ""
10511051"The :ref:`register an open socket to wait for data using streams "
10521052"<asyncio_example_create_connection-streams>` example uses high-level streams"
10531053" created by the :func:`asyncio.connect` function in a coroutine."
10541054msgstr ""
10551055
1056- #: ../../library/asyncio-protocol.rst:985
1056+ #: ../../library/asyncio-protocol.rst:986
10571057msgid "loop.subprocess_exec() and SubprocessProtocol"
10581058msgstr ""
10591059
1060- #: ../../library/asyncio-protocol.rst:987
1060+ #: ../../library/asyncio-protocol.rst:988
10611061msgid ""
10621062"An example of a subprocess protocol used to get the output of a subprocess "
10631063"and to wait for the subprocess exit."
10641064msgstr ""
10651065
1066- #: ../../library/asyncio-protocol.rst:990
1066+ #: ../../library/asyncio-protocol.rst:991
10671067msgid "The subprocess is created by th :meth:`loop.subprocess_exec` method::"
10681068msgstr ""
10691069
1070- #: ../../library/asyncio-protocol.rst:1036
1070+ #: ../../library/asyncio-protocol.rst:1037
10711071msgid ""
10721072"See also the :ref:`same example <asyncio_example_create_subprocess_exec>` "
10731073"written using high-level APIs."
0 commit comments