From 9f6246a7b84a7889864b1b1be3545bc8801bf7df Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 13 Nov 2011 00:59:22 -0500 Subject: [PATCH] s --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index bab640b0..5491e98b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ Things shouldn’t be this way. Not in Python. See `the same code, without Requests `_. -Requests allow you to send **HEAD**, **GET**, **POST**, **PUT**, +Requests allows you to send **HEAD**, **GET**, **POST**, **PUT**, **PATCH**, and **DELETE** HTTP requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by :py:class:`httplib` and :py:class:`urllib3`, and it strives to be as elegant and approachable as possible.