From 29830455edac41e2cdd192f31d9b2e65c89a3323 Mon Sep 17 00:00:00 2001 From: Taoufik Date: Wed, 24 Oct 2018 00:11:27 +0100 Subject: [PATCH] Typo --- docs/source/tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tour.rst b/docs/source/tour.rst index 2f94d20..1abc640 100644 --- a/docs/source/tour.rst +++ b/docs/source/tour.rst @@ -159,7 +159,7 @@ You can easily read a Request's session data, that can be trusted to have origin **Note**: if you are using this in production, you should pass the ``secret_key`` argument to ``API(...)``:: - api = responder.API(secret_key=os.environ['SECRET_KEY'] + api = responder.API(secret_key=os.environ['SECRET_KEY']) Using Requests Test Client --------------------------