From f4553a3a9e2d1c40c68ef7230732830ba3908c35 Mon Sep 17 00:00:00 2001 From: John B Nelson Date: Sat, 2 Sep 2017 12:00:04 -0700 Subject: [PATCH] Fix example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 35b38ac..eade128 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Sample Authentication Flow with ``requests`` .. code:: python - import request + from requests import request from brittle_wit_core import (AppCredentials, obtain_request_token, extract_access_token,