Skip to content

Commit ffbe088

Browse files
committed
Fix typo
1 parent dff27f9 commit ffbe088

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
@@ -1791,15 +1791,15 @@ def acquire_token_interactive(
17911791
The unspecified parts of the ``redirect_uri`` are hard coded as
17921792
``http://localhost``.
17931793
Only useful when using system browser authentication
1794-
(i.e., not an authentication brokerlike WAM).
1794+
(i.e., not an authentication broker like WAM).
17951795
17961796
:param str path:
17971797
The path to be used in the redirect URI.
17981798
By default, no path is used.
17991799
The unspecified parts of the ``redirect_uri`` are hard coded as
18001800
``http://localhost``.
18011801
Only useful when using system browser authentication
1802-
(i.e., not an authentication brokerlike WAM).
1802+
(i.e., not an authentication broker like WAM).
18031803
18041804
New in version 1.25.0.
18051805

0 commit comments

Comments
 (0)