@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.7\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2019-05-29 11:32+0900 \n "
15
+ "POT-Creation-Date : 2019-09-16 03:30+0000 \n "
16
16
"PO-Revision-Date : 2019-09-01 03:30+0000\n "
17
17
"Last-Translator : MS_H, 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -999,27 +999,27 @@ msgid ""
999
999
"data, and waits until the connection is closed::"
1000
1000
msgstr ""
1001
1001
1002
- #: ../../library/asyncio-protocol.rst:812
1002
+ #: ../../library/asyncio-protocol.rst:811
1003
1003
msgid ""
1004
1004
"The :ref:`TCP echo client using streams <asyncio-tcp-echo-client-streams>` "
1005
1005
"example uses the high-level :func:`asyncio.open_connection` function."
1006
1006
msgstr ""
1007
1007
1008
- #: ../../library/asyncio-protocol.rst:819
1008
+ #: ../../library/asyncio-protocol.rst:818
1009
1009
msgid "UDP Echo Server"
1010
1010
msgstr ""
1011
1011
1012
- #: ../../library/asyncio-protocol.rst:821
1012
+ #: ../../library/asyncio-protocol.rst:820
1013
1013
msgid ""
1014
1014
"A UDP echo server, using the :meth:`loop.create_datagram_endpoint` method, "
1015
1015
"sends back received data::"
1016
1016
msgstr ""
1017
1017
1018
- #: ../../library/asyncio-protocol.rst:863
1018
+ #: ../../library/asyncio-protocol.rst:862
1019
1019
msgid "UDP Echo Client"
1020
1020
msgstr ""
1021
1021
1022
- #: ../../library/asyncio-protocol.rst:865
1022
+ #: ../../library/asyncio-protocol.rst:864
1023
1023
msgid ""
1024
1024
"A UDP echo client, using the :meth:`loop.create_datagram_endpoint` method, "
1025
1025
"sends data and closes the transport when it receives the answer::"
0 commit comments