@@ -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-01 14:24 +0000\n "
19+ "POT-Creation-Date : 2019-09-16 11:27 +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 "
@@ -1003,27 +1003,27 @@ msgid ""
10031003"data, and waits until the connection is closed::"
10041004msgstr ""
10051005
1006- #: ../../library/asyncio-protocol.rst:812
1006+ #: ../../library/asyncio-protocol.rst:811
10071007msgid ""
10081008"The :ref:`TCP echo client using streams <asyncio-tcp-echo-client-streams>` "
10091009"example uses the high-level :func:`asyncio.connect` function."
10101010msgstr ""
10111011
1012- #: ../../library/asyncio-protocol.rst:819
1012+ #: ../../library/asyncio-protocol.rst:818
10131013msgid "UDP Echo Server"
10141014msgstr ""
10151015
1016- #: ../../library/asyncio-protocol.rst:821
1016+ #: ../../library/asyncio-protocol.rst:820
10171017msgid ""
10181018"A UDP echo server, using the :meth:`loop.create_datagram_endpoint` method, "
10191019"sends back received data::"
10201020msgstr ""
10211021
1022- #: ../../library/asyncio-protocol.rst:863
1022+ #: ../../library/asyncio-protocol.rst:862
10231023msgid "UDP Echo Client"
10241024msgstr ""
10251025
1026- #: ../../library/asyncio-protocol.rst:865
1026+ #: ../../library/asyncio-protocol.rst:864
10271027msgid ""
10281028"A UDP echo client, using the :meth:`loop.create_datagram_endpoint` method, "
10291029"sends data and closes the transport when it receives the answer::"
0 commit comments