From 6023a8434172c552a3fb991aab5c955776eaf1b4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Oct 2022 02:57:12 -0400 Subject: [PATCH] spelling: prediction Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../single-board-computer-classify-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-manufacturing/lessons/2-check-fruit-from-device/single-board-computer-classify-image.md b/4-manufacturing/lessons/2-check-fruit-from-device/single-board-computer-classify-image.md index 109f1e4e..8d66568b 100644 --- a/4-manufacturing/lessons/2-check-fruit-from-device/single-board-computer-classify-image.md +++ b/4-manufacturing/lessons/2-check-fruit-from-device/single-board-computer-classify-image.md @@ -34,7 +34,7 @@ The Custom Vision service has a Python SDK you can use to classify images. Replace `` with the URL you copied from the *Prediction URL* dialog earlier in this lesson. Replace `` with the prediction key you copied from the same dialog. -1. The prediciton URL that was provided by the *Prediction URL* dialog is designed to be used when calling the REST endpoint directly. The Python SDK uses parts of the URL in different places. Add the following code to break apart this URL into the parts needed: +1. The prediction URL that was provided by the *Prediction URL* dialog is designed to be used when calling the REST endpoint directly. The Python SDK uses parts of the URL in different places. Add the following code to break apart this URL into the parts needed: ```python parts = prediction_url.split('/')