Skip to content

Commit ffb1988

Browse files
committed
Fix a typo in api reference doc
1 parent 18d3473 commit ffb1988

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
@@ -280,7 +280,7 @@ def __init__(
280280
281281
:param bool validate_authority: (optional) Turns authority validation
282282
on or off. This parameter default to true.
283-
:param TokenCache cache:
283+
:param TokenCache token_cache:
284284
Sets the token cache used by this ClientApplication instance.
285285
By default, an in-memory cache will be created and used.
286286
:param http_client: (optional)

0 commit comments

Comments
 (0)