From 9c8ae76928913db076bce13111f791ed4211f60f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 15:40:02 -0400 Subject: [PATCH] Update index.rst --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 919caaac..52289f02 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,6 @@ consumption. **Behold, the power of Requests**:: - >>> import requests >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) >>> r.status_code 200