From 872186d05d16e117eb09fc8354c21a358e816065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bu=C4=9Fra=20=C4=B0=C5=9Fg=C3=BCzar?= Date: Fri, 15 Mar 2019 17:05:15 +0300 Subject: [PATCH] Update index.rst Changed https to http for Requests' url. Its look like not supporting https at the moment. --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index bcfcef5..4735fa0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -49,7 +49,7 @@ Only **Python 3.6** is supported. Tutorial & Usage ================ -Make a GET request to `python.org `_, using `Requests `_: +Make a GET request to `python.org `_, using `Requests `_: .. code-block:: pycon