Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Oct 26, 2023
1 parent 83e3b8d commit 6cc1efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1791,15 +1791,15 @@ def acquire_token_interactive(
The unspecified parts of the ``redirect_uri`` are hard coded as
``http://localhost``.
Only useful when using system browser authentication
(i.e., not an authentication brokerlike WAM).
(i.e., not an authentication broker like WAM).
:param str path:
The path to be used in the redirect URI.
By default, no path is used.
The unspecified parts of the ``redirect_uri`` are hard coded as
``http://localhost``.
Only useful when using system browser authentication
(i.e., not an authentication brokerlike WAM).
(i.e., not an authentication broker like WAM).
New in version 1.25.0.
Expand Down

0 comments on commit 6cc1efa

Please sign in to comment.