Skip to content

Commit 464030a

Browse files
authored
Update flask.py
1 parent cd69907 commit 464030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mwoauth/flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MWOAuth:
2828
- /mwoauth/initiate -- Starts an OAuth handshake
2929
- /mwoauth/callback -- Completes an OAuth handshake
3030
- /mwoauth/identify -- Gets identity information about an authorized user
31-
- /mwoauth/logout -- Dicards OAuth tokens and user identity
31+
- /mwoauth/logout -- Discards OAuth tokens and user identity
3232
3333
There's also a convenient decorator provided
3434
:func:`~mwoauth.flask.MWOAuth.authorized`. When applied to a routing

0 commit comments

Comments
 (0)