Skip to content

Commit dc52fc5

Browse files
authored
Merge pull request #167 from AzureAD/minor_spell_error
Minor change
2 parents 42756d2 + be8f9e3 commit dc52fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def acquire_token_by_device_flow(self, flow, **kwargs):
713713

714714
def acquire_token_by_username_password(
715715
self, username, password, scopes, **kwargs):
716-
"""Gets a token for a given resource via user credentails.
716+
"""Gets a token for a given resource via user credentials.
717717
718718
See this page for constraints of Username Password Flow.
719719
https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki/Username-Password-Authentication

0 commit comments

Comments
 (0)