Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 3581edf

Browse files
authored
Fix typo
This commit fixes #203
1 parent 50cc77b commit 3581edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adal/authentication_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def token_func(self):
181181
def acquire_token_with_authorization_code(self, authorization_code,
182182
redirect_uri, resource,
183183
client_id, client_secret=None, code_verifier=None):
184-
'''Gets a token for a given resource via auhtorization code for a
184+
'''Gets a token for a given resource via authorization code for a
185185
server app.
186186
187187
:param str authorization_code: An authorization code returned from a

0 commit comments

Comments
 (0)