Skip to content

Commit 76785c4

Browse files
committed
Fix doc typo
1 parent 4736584 commit 76785c4

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
@@ -300,7 +300,7 @@ def __init__(
300300
Client capability is implemented using "claims" parameter on the wire,
301301
for now.
302302
MSAL will combine them into
303-
`claims parameter <https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter`_
303+
`claims parameter <https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter>`_
304304
which you will later provide via one of the acquire-token request.
305305
306306
:param str azure_region:

0 commit comments

Comments
 (0)