Skip to content

Commit

Permalink
docs: fix a typo in extension instance name
Browse files Browse the repository at this point in the history
(closes #22)
  • Loading branch information
jirikuncar authored May 30, 2019
1 parent add5932 commit 0e00bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ First, let's create the application and initialise the extension:
from flask import Flask, session, redirect
from flask_sso import SSO
app = Flask('myapp')
ext = SSO(app=app)
sso = SSO(app=app)
Second, let's configure the attribute map for converting environment
Expand Down

0 comments on commit 0e00bd4

Please sign in to comment.