Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit d51bde9

Browse files
authored
Merge pull request #77 from mhavgar/docfix
Fixed minor typo in examples.
2 parents 5e77d72 + 4c4a15a commit d51bde9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ the `applicationName` and `environment` arguments:
4646
>>> from TSIClient import TSIClient as tsi
4747
>>> client = tsi.TSIClient(
4848
... enviroment="<your-tsi-env-name>",
49-
... applicationName="<your-app-name>">,
49+
... applicationName="<your-app-name>",
5050
... api_version="2020-07-31"
5151
... )
5252
@@ -71,7 +71,7 @@ multiple TSI environments, you need to create multiple instances of the TSIClien
7171
... client_id="<your-client-id>",
7272
... client_secret="<your-client-secret>",
7373
... tenant_id="<your-tenant-id>",
74-
... applicationName="<your-app-name>">,
74+
... applicationName="<your-app-name>",
7575
... api_version="2020-07-31"
7676
... )
7777
@@ -116,7 +116,7 @@ the Azure credential library, depending on what authentication method you use):
116116
>>> from TSIClient import TSIClient as tsi
117117
>>> client = tsi.TSIClient(
118118
... environment="<your-tsi-env-name>",
119-
... applicationName="<your-app-name>">,
119+
... applicationName="<your-app-name>",
120120
... api_version="2020-07-31"
121121
... )
122122

0 commit comments

Comments
 (0)