@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version :Python 3.8\n "
19
19
"Report-Msgid-Bugs-To :\n "
20
- "POT-Creation-Date :2020-01-01 12:19 +0000\n "
20
+ "POT-Creation-Date :2020-02-03 12:37 +0000\n "
21
21
"PO-Revision-Date :2017-02-16 23:13+0000\n "
22
22
"Last-Translator :tomo, 2019\n "
23
23
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -609,9 +609,9 @@ msgid ""
609
609
"Client side ``HTTP PUT`` requests are very similar to ``POST`` requests. The"
610
610
" difference lies only the server side where HTTP server will allow resources"
611
611
" to be created via ``PUT`` request. It should be noted that custom HTTP "
612
- "methods+ are also handled in :class:`urllib.request.Request` bysending the "
613
- "appropriate+ method attribute.Here is an example session that shows how to "
614
- "do ``PUT`` request using http.client::"
612
+ "methods are also handled in :class:`urllib.request.Request` bysetting the "
613
+ "appropriate method attribute. Here is an example session that shows how to "
614
+ "send a ``PUT`` request using http.client::"
615
615
msgstr ""
616
616
617
617
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/http.client.rst:585