File tree 3 files changed +6840
-6836
lines changed
3 files changed +6840
-6836
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2021-05-22 06:40 +0000\n "
20
+ "POT-Creation-Date : 2021-07-30 07:06 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 17:48+0000\n "
22
22
"Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -663,7 +663,7 @@ msgid "``name`` is a raw string of the function name."
663
663
msgstr ""
664
664
665
665
#: ../../library/ast.rst:1256
666
- msgid "``args`` is a :class:`arguments` node."
666
+ msgid "``args`` is an :class:`arguments` node."
667
667
msgstr ""
668
668
669
669
#: ../../library/ast.rst:1257
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.9\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2021-05-11 06:18 +0000\n "
21
+ "POT-Creation-Date : 2021-07-30 07:06 +0000\n "
22
22
"PO-Revision-Date : 2017-02-16 23:14+0000\n "
23
23
"Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2021\n "
24
24
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -285,12 +285,9 @@ msgid ""
285
285
"When a HTTP/1.1 compliant server receives an ``Expect: 100-continue`` "
286
286
"request header it responds back with a ``100 Continue`` followed by ``200 "
287
287
"OK`` headers. This method can be overridden to raise an error if the server "
288
- "does not want the client to continue. For e.g. server can chose to send "
288
+ "does not want the client to continue. For e.g. server can choose to send "
289
289
"``417 Expectation Failed`` as a response header and ``return False``."
290
290
msgstr ""
291
- "HTTP/1.1 準拠のサーバが ``Expect: 100-continue`` リクエストヘッダを受け取ったとき、 ``100 Continue`` を返し、その後に ``200 OK`` がきます。\n"
292
- "このメソッドは、サーバがクライアントに継続を要求しない場合、エラーを送出するようにオーバーライドできます。\n"
293
- "例えば、サーバはレスポンスヘッダとして ``417 Expectation Failed`` を送る選択をし、 ``return False`` とできます。"
294
291
295
292
#: ../../library/http.server.rst:207
296
293
msgid ""
You can’t perform that action at this time.
0 commit comments