From 782e94d141cddb57400f444341b7f68c2211c66f Mon Sep 17 00:00:00 2001 From: John Kooker Date: Thu, 9 Jan 2020 09:26:42 -0800 Subject: [PATCH] Update example code in README.md (#5292) Show the current project description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1225445..ed45557d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ >>> import requests >>> r = requests.get('https://api.github.com/repos/psf/requests') >>> r.json()["description"] - 'A simple, yet elegant HTTP library. Handcrafted, with ♥, for the Python community.' + 'A simple, yet elegant HTTP library.'