From 186dcee8a0e6f6a165c88d1612a587de8ea1c639 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:31:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23034a04..f27d4bc8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ >>> import requests >>> r = requests.get('https://api.github.com/repos/psf/requests') >>> r.json()["description"] - 'An elegant & simple HTTP library. Handcrafted, with ♥, for the Python community.' + 'A simple, yet elegant HTTP library. Handcrafted, with ♥, for the Python community.'