8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d9ba6 commit b94737aCopy full SHA for b94737a
Doc/library/http.client.rst
@@ -586,8 +586,8 @@ Here is an example session that shows how to ``POST`` requests::
586
Client side ``HTTP PUT`` requests are very similar to ``POST`` requests. The
587
difference lies only the server side where HTTP server will allow resources to
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``
+are also handled in :class:`urllib.request.Request` by setting the appropriate
+method attribute. Here is an example session that shows how to send a ``PUT``
591
request using http.client::
592
593
>>> # This creates an HTTP message
0 commit comments