Skip to content

Commit d1a49a8

Browse files
committed
fix code
1 parent 76b0727 commit d1a49a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This quickstart uses the `request-data.csv` file that can be downloaded from our
9292
You can also download the sample data by running:
9393

9494
```cmd
95-
`curl "https://raw.githubusercontent.com/Azure/azure-sdk-for-python/main/sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_data/request-data.csv" --output request-data.csv`
95+
curl "https://raw.githubusercontent.com/Azure/azure-sdk-for-python/main/sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_data/request-data.csv" --output request-data.csv
9696
```
9797

9898
## Create a new Python application

0 commit comments

Comments
 (0)