88msgstr ""
99"Project-Id-Version : Python 3.7\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
11+ "POT-Creation-Date : 2018-08-08 08:48 +0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : Nakamura Masahito <randomstep@gmail.com>, 2018\n "
1414"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -479,25 +479,25 @@ msgid ""
479479"Simple example querying HTTP headers of the URL passed on the command line::"
480480msgstr "コマンドラインから渡された URL の HTTP ヘッダーを問い合わせる簡単な例です::"
481481
482- #: ../../library/asyncio-stream.rst:463
482+ #: ../../library/asyncio-stream.rst:462
483483msgid "Usage::"
484484msgstr "使い方::"
485485
486- #: ../../library/asyncio-stream.rst:467
486+ #: ../../library/asyncio-stream.rst:466
487487msgid "or with HTTPS::"
488488msgstr "または HTTPS を使用::"
489489
490- #: ../../library/asyncio-stream.rst:474
490+ #: ../../library/asyncio-stream.rst:473
491491msgid "Register an open socket to wait for data using streams"
492492msgstr "ストリームを使ってデータを待つオープンソケットの登録"
493493
494- #: ../../library/asyncio-stream.rst:476
494+ #: ../../library/asyncio-stream.rst:475
495495msgid ""
496496"Coroutine waiting until a socket receives data using the "
497497":func:`open_connection` function::"
498498msgstr ":func:`open_connection` 関数を使ってソケットがデータを受信するまで待つコルーチンです::"
499499
500- #: ../../library/asyncio-stream.rst:508
500+ #: ../../library/asyncio-stream.rst:507
501501msgid ""
502502"The :ref:`register an open socket to wait for data using a protocol "
503503"<asyncio-register-socket>` example uses a low-level protocol created by the "
@@ -506,7 +506,7 @@ msgstr ""
506506":ref:`プロトコルを使ってデータを待つオープンソケットの登録 <asyncio-register-socket>` の例では "
507507":meth:`AbstractEventLoop.create_connection` メソッドによって作成された低レベルプロトコルを使用しています。"
508508
509- #: ../../library/asyncio-stream.rst:512
509+ #: ../../library/asyncio-stream.rst:511
510510msgid ""
511511"The :ref:`watch a file descriptor for read events <asyncio-watch-read-"
512512"event>` example uses the low-level :meth:`AbstractEventLoop.add_reader` "
0 commit comments