Skip to content

Commit ff536b0

Browse files
committed
docstring changes
1 parent 5e398c2 commit ff536b0

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
@@ -1841,8 +1841,8 @@ def acquire_token_by_username_password(
18411841
- A successful response would contain "access_token" key,
18421842
- an error response would contain "error" and usually "error_description".
18431843
1844-
[Deprecated] This API is deprecated for public client flows and will be removed in a future release.
1845-
Use a more secure flow instead.
1844+
[Deprecated] This API is deprecated for public client flows and will be
1845+
removed in a future release. Use a more secure flow instead.
18461846
Migration guide: https://aka.ms/msal-ropc-migration
18471847
18481848
"""

0 commit comments

Comments
 (0)