Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/real_world_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a web application might look like using the `Flask web framework
<http://flask.pocoo.org/>`_ 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
Expand Down