File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -563,8 +563,8 @@ Here is an example session that shows how to ``POST`` requests::
563
563
Client side ``HTTP PUT `` requests are very similar to ``POST `` requests. The
564
564
difference lies only the server side where HTTP server will allow resources to
565
565
be created via ``PUT `` request. It should be noted that custom HTTP methods
566
- + are also handled in :class: `urllib.request.Request ` by sending the appropriate
567
- + method attribute.Here is an example session that shows how to do ``PUT ``
566
+ are also handled in :class: `urllib.request.Request ` by setting the appropriate
567
+ method attribute. Here is an example session that shows how to send a ``PUT ``
568
568
request using http.client::
569
569
570
570
>>> # This creates an HTTP message
You can’t perform that action at this time.
0 commit comments