We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0c5ad commit 649d229Copy full SHA for 649d229
articles/cognitive-services/Computer-vision/QuickStarts/python-analyze.md
@@ -61,7 +61,7 @@ else:
61
if 'COMPUTER_VISION_ENDPOINT' in os.environ:
62
endpoint = os.environ['COMPUTER_VISION_ENDPOINT']
63
64
-analyze_url = endpoint + "/vision/v2.1/analyze"
+analyze_url = endpoint + "vision/v2.1/analyze"
65
66
# Set image_url to the URL of an image that you want to analyze.
67
image_url = "https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/" + \
0 commit comments