File tree Expand file tree Collapse file tree 2 files changed +4330
-4324
lines changed Expand file tree Collapse file tree 2 files changed +4330
-4324
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-01-01 04:28 +0000\n "
14
+ "POT-Creation-Date : 2020-02-04 04:44 +0000\n "
15
15
"PO-Revision-Date : 2019-09-01 03:19+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -575,9 +575,9 @@ msgid ""
575
575
"Client side ``HTTP PUT`` requests are very similar to ``POST`` requests. The"
576
576
" difference lies only the server side where HTTP server will allow resources"
577
577
" to be created via ``PUT`` request. It should be noted that custom HTTP "
578
- "methods + are also handled in :class:`urllib.request.Request` by sending the "
579
- "appropriate + method attribute.Here is an example session that shows how to "
580
- "do ``PUT`` request using http.client::"
578
+ "methods are also handled in :class:`urllib.request.Request` by setting the "
579
+ "appropriate method attribute. Here is an example session that shows how to "
580
+ "send a ``PUT`` request using http.client::"
581
581
msgstr ""
582
582
583
583
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/http.client.rst:569
You can’t perform that action at this time.
0 commit comments