Skip to content

Commit 2fa11f9

Browse files
committed
correct filename
1 parent 1ad3142 commit 2fa11f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ echo export ANOMALY_DETECTOR_ENDPOINT="REPLACE_WITH_YOUR_ENDPOINT_HERE" >> /etc/
114114

115115
### Create a new Python application
116116

117-
1. Create a new Python file called sample_multivariate_detect.py. Then open it up in your preferred editor or IDE.
117+
1. Create a new Python file called **sample_multivariate_detect.py**. Then open it up in your preferred editor or IDE.
118118

119119
2. Replace the contents of sample_multivariate_detect.py with the following code. You need to modify the paths for the variables `blob_url_path` and `local_json_file_path`.
120120

@@ -369,7 +369,7 @@ if __name__ == "__main__":
369369
Run the application with the `python` command on your quickstart file.
370370

371371
```console
372-
python quickstart.py
372+
python sample_multivariate_detect.py
373373
```
374374

375375
### Output

0 commit comments

Comments
 (0)