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 02395fa commit db2f311Copy full SHA for db2f311
Doc/library/http.client.rst
@@ -563,8 +563,8 @@ Here is an example session that shows how to ``POST`` requests::
563
Client side ``HTTP PUT`` requests are very similar to ``POST`` requests. The
564
difference lies only the server side where HTTP server will allow resources to
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``
+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``
568
request using http.client::
569
570
>>> # This creates an HTTP message
0 commit comments