Skip to content

Commit 3afb62b

Browse files
committed
One of the examples in the README was not legal python syntax.
I updated the example to match what the source seems to want.
1 parent ebcf312 commit 3afb62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There will be some variations for different flows. They are demonstrated in
5050
from msal import PublicClientApplication
5151
app = PublicClientApplication(
5252
"your_client_id",
53-
"authority": "https://login.microsoftonline.com/Enter_the_Tenant_Name_Here")
53+
authority="https://login.microsoftonline.com/Enter_the_Tenant_Name_Here")
5454
```
5555

5656
Later, each time you would want an access token, you start by:

0 commit comments

Comments
 (0)