Merge pull request #140 from taoufik07/patch-9

Typo
This commit is contained in:
2018-10-24 06:56:53 -04:00
committed by GitHub
+1 -1
View File
@@ -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
--------------------------