Skip to content

Commit 3630410

Browse files
committed
Fix typos in doc
1 parent c64e50f commit 3630410

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

msal/application.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,15 +2050,14 @@ def acquire_token_interactive(
20502050
- If your app is a GUI app running on modern Windows system,
20512051
you are required to also provide its window handle,
20522052
so that the sign-in window will pop up on top of your window.
2053-
- If your app is a console app runnong on Windows system,
2053+
- If your app is a console app running on Windows system,
20542054
you can use a placeholder
20552055
``PublicClientApplication.CONSOLE_WINDOW_HANDLE``.
20562056
- If your app is running on Mac,
20572057
you can use a placeholder
20582058
``PublicClientApplication.CONSOLE_WINDOW_HANDLE``.
20592059
2060-
If your app is a console app (most Python scripts are console apps),
2061-
you can use a placeholder value ``msal.PublicClientApplication.CONSOLE_WINDOW_HANDLE``.
2060+
Most Python scripts are console apps.
20622061
20632062
New in version 1.20.0.
20642063

0 commit comments

Comments
 (0)