Skip to content

Commit d3b772c

Browse files
authored
Merge pull request #327 from AzureAD/fix-doc-copy-paste-error
Remove inaccurate doc due to copy-and-paste error
2 parents a165085 + a81ae55 commit d3b772c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

msal/application.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,7 @@ def acquire_token_interactive(
10801080
10811081
:return:
10821082
- A dict containing no "error" key,
1083-
and typically contains an "access_token" key,
1084-
if cache lookup succeeded.
1083+
and typically contains an "access_token" key.
10851084
- A dict containing an "error" key, when token refresh failed.
10861085
"""
10871086
self._validate_ssh_cert_input_data(kwargs.get("data", {}))

0 commit comments

Comments
 (0)