From e9021aed3ca6eb97bf9b1ab4132b6d4c2b4fb7b5 Mon Sep 17 00:00:00 2001 From: Devin Sevilla Date: Thu, 22 Oct 2015 10:56:07 -0700 Subject: [PATCH] Fix typo --- docs/examples/real_world_example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/real_world_example.rst b/docs/examples/real_world_example.rst index a859cebb..096edf5b 100644 --- a/docs/examples/real_world_example.rst +++ b/docs/examples/real_world_example.rst @@ -8,7 +8,7 @@ a web application might look like using the `Flask web framework `_ and GitHub as a provider. It should be easily transferrable to any web framework. -.. note:: While the flow remains the same across moat providers, Github is +.. note:: While the flow remains the same across most providers, Github is special in that the ``redirect_uri`` parameter is optional. This means that it may be necessary to explicitly pass a redirect_uri to the ``OAuth2Session`` object (e.g. when creating a custom