Skip to content

Commit df5a0f5

Browse files
authored
Merge pull request #1068 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 6b0b723 + f9f457b commit df5a0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/translator/text-sdk-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ const {TextTranslationClient } = require("@azure-rest/ai-translation-text").defa
236236
### [Python](#tab/python)
237237

238238
```python
239-
from azure.core.credentials import TextTranslationClient
240-
from azure-ai-translation-text import TextTranslationClient
239+
from azure.core.credentials import AzureKeyCredential
240+
from azure.ai.translation.text import TextTranslationClient
241241
```
242242

243243
---

0 commit comments

Comments
 (0)