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 @@ -586,8 +586,8 @@ Here is an example session that shows how to ``POST`` requests::
586
586
Client side ``HTTP PUT `` requests are very similar to ``POST `` requests. The
587
587
difference lies only the server side where HTTP server will allow resources to
588
588
be created via ``PUT `` request. It should be noted that custom HTTP methods
589
- + are also handled in :class: `urllib.request.Request ` by sending the appropriate
590
- + method attribute.Here is an example session that shows how to do ``PUT ``
589
+ are also handled in :class: `urllib.request.Request ` by setting the appropriate
590
+ method attribute. Here is an example session that shows how to send a ``PUT ``
591
591
request using http.client::
592
592
593
593
>>> # This creates an HTTP message
You can’t perform that action at this time.
0 commit comments