From 4070bcf1b9d3cb7036ccd27136206720897a0fe7 Mon Sep 17 00:00:00 2001 From: Marijn Stapert Date: Tue, 20 Aug 2019 19:25:03 +0200 Subject: [PATCH] Fix typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7527f6d6..aef02c2c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -42,7 +42,7 @@ Release v\ |version|. (:ref:`Installation `) See `similar code, sans Requests `_. -**Requests** allows you to send HTTP/1.1 requests extrmely easily. +**Requests** allows you to send HTTP/1.1 requests extremely easily. There's no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, thanks to `urllib3 `_.