From 535846580285635d03a103fc2c6d8c95be57c6f9 Mon Sep 17 00:00:00 2001 From: Arnav Kumar Date: Mon, 4 Aug 2014 18:35:02 +0800 Subject: [PATCH 1/2] Update client.rst Small grammatical error. --- docs/client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client.rst b/docs/client.rst index 4186109c..dba6b87f 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -7,7 +7,7 @@ the imports:: from flask_oauthlib.client import OAuth .. attention:: If you are testing the provider and the client locally, do not - start they listening on the same address because they will + make them start listening on the same address because they will override the `session` of each other leading to strange bugs. eg: start the provider listening on `127.0.0.1:4000` and client listening on `localhost:4000` to avoid this problem. From 7df260660008b13ff5d8a3ad40ba09a6146db37c Mon Sep 17 00:00:00 2001 From: Arnav Kumar Date: Mon, 4 Aug 2014 18:38:35 +0800 Subject: [PATCH 2/2] Fixing a small grammatical error in client.rst --- docs/client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client.rst b/docs/client.rst index dba6b87f..8328f9da 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -7,7 +7,7 @@ the imports:: from flask_oauthlib.client import OAuth .. attention:: If you are testing the provider and the client locally, do not - make them start listening on the same address because they will + make them start listening on the same address because they will override the `session` of each other leading to strange bugs. eg: start the provider listening on `127.0.0.1:4000` and client listening on `localhost:4000` to avoid this problem.