From 8c963b52ea90c2cdb4e27d7d576d6e2968cb0131 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Feb 2016 04:59:42 -0500 Subject: [PATCH] standard --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 74cf991f..bb8003df 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ See `the similar code, sans Requests `_. Requests allows you to send *organic, grass-fed* HTTP/1.1 requests, very well. Headers, cookies, json/form data, multipart files, and url parameters can all -be provided with simple Python dictionaries. SSL certificates are automatically +be provided with standard Python dictionaries. SSL certificates are automatically verified against a carefully crafted bundle of root certificates, included. Responses feature RFC-compliant redirection history, unicode/bytes bodies, a case-insensitive header dictionary, and more.