Skip to content

Commit a165085

Browse files
authored
Merge pull request #323 from jiasli/scopes
Fix typos in docstring
2 parents 8885593 + d45030b commit a165085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msal/application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def initiate_auth_code_flow(
325325
you can use :func:`~acquire_token_by_auth_code_flow()`
326326
to complete the authentication/authorization.
327327
328-
:param list scope:
328+
:param list scopes:
329329
It is a list of case-sensitive strings.
330330
:param str redirect_uri:
331331
Optional. If not specified, server will use the pre-registered one.
@@ -1039,7 +1039,7 @@ def acquire_token_interactive(
10391039
Prerequisite: In Azure Portal, configure the Redirect URI of your
10401040
"Mobile and Desktop application" as ``http://localhost``.
10411041
1042-
:param list scope:
1042+
:param list scopes:
10431043
It is a list of case-sensitive strings.
10441044
:param str prompt:
10451045
By default, no prompt value will be sent, not even "none".

0 commit comments

Comments
 (0)