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::
586586Client side ``HTTP PUT `` requests are very similar to ``POST `` requests. The
587587difference lies only the server side where HTTP server will allow resources to
588588be 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 ``
591591request using http.client::
592592
593593 >>> # This creates an HTTP message
You can’t perform that action at this time.
0 commit comments