Skip to content

Commit

Permalink
docs: fix zpa.session example code (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogonzalez-packlink committed Mar 22, 2023
1 parent 656f96d commit 8ac612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzscaler/zpa/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create_token(self, client_id: str, client_secret: str):
:obj:`dict`: The authenticated session information.
Examples:
>>> zpa.session.create(client_id='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==',
>>> zpa.session.create_token(client_id='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==',
... client_secret='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyy')
"""
Expand Down

0 comments on commit 8ac612b

Please sign in to comment.