Skip to content

Commit 4fd1b9f

Browse files
committed
Merge branch 'testing-docs' into dev
2 parents df07ffe + bb1116a commit 4fd1b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(
9797
It is a dictionary of extra claims that would be signed by
9898
by this :class:`ConfidentialClientApplication` 's private key.
9999
For example, you can use {"client_ip": "x.x.x.x"}.
100-
You may also override any of the following default claims:
100+
You may also override any of the following default claims::
101101
102102
{
103103
"aud": the_token_endpoint,

0 commit comments

Comments
 (0)