@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.8\n "
18
18
"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 "
20
20
"PO-Revision-Date : 2017-02-16 17:49+0000\n "
21
21
"Last-Translator : MS_H, 2019\n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1003,27 +1003,27 @@ msgid ""
1003
1003
"data, and waits until the connection is closed::"
1004
1004
msgstr ""
1005
1005
1006
- #: ../../library/asyncio-protocol.rst:812
1006
+ #: ../../library/asyncio-protocol.rst:811
1007
1007
msgid ""
1008
1008
"The :ref:`TCP echo client using streams <asyncio-tcp-echo-client-streams>` "
1009
1009
"example uses the high-level :func:`asyncio.connect` function."
1010
1010
msgstr ""
1011
1011
1012
- #: ../../library/asyncio-protocol.rst:819
1012
+ #: ../../library/asyncio-protocol.rst:818
1013
1013
msgid "UDP Echo Server"
1014
1014
msgstr ""
1015
1015
1016
- #: ../../library/asyncio-protocol.rst:821
1016
+ #: ../../library/asyncio-protocol.rst:820
1017
1017
msgid ""
1018
1018
"A UDP echo server, using the :meth:`loop.create_datagram_endpoint` method, "
1019
1019
"sends back received data::"
1020
1020
msgstr ""
1021
1021
1022
- #: ../../library/asyncio-protocol.rst:863
1022
+ #: ../../library/asyncio-protocol.rst:862
1023
1023
msgid "UDP Echo Client"
1024
1024
msgstr ""
1025
1025
1026
- #: ../../library/asyncio-protocol.rst:865
1026
+ #: ../../library/asyncio-protocol.rst:864
1027
1027
msgid ""
1028
1028
"A UDP echo client, using the :meth:`loop.create_datagram_endpoint` method, "
1029
1029
"sends data and closes the transport when it receives the answer::"
0 commit comments