Skip to content

Commit f55d23e

Browse files
aahilleric-urban
andauthored
Update articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/python-sdk.md
Co-authored-by: Eric Urban <[email protected]>
1 parent 407eb1b commit f55d23e

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pip install azure-ai-textanalytics==5.2.0
4343
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
4444

4545
```python
46-
# This example requires environment variables named "LANGUAGE_KEY" and "LANGUAGE_REGION"
46+
# This example requires environment variables named "LANGUAGE_KEY" and "LANGUAGE_ENDPOINT"
4747
language_key = os.environ.get('LANGUAGE_KEY')
4848
language_endpoint = os.environ.get('LANGUAGE_ENDPOINT')
4949

0 commit comments

Comments
 (0)