From 11b798593deb4c65b3596dcd116fa322763c2381 Mon Sep 17 00:00:00 2001 From: "Olivier Cahagne (AWS)" Date: Tue, 5 Feb 2019 05:06:12 +0100 Subject: [PATCH] Typo fix drwaw > draw --- 2-recognize-custom-celebrities/CustomCelebrityRecognition.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-recognize-custom-celebrities/CustomCelebrityRecognition.ipynb b/2-recognize-custom-celebrities/CustomCelebrityRecognition.ipynb index 66813c7..659ff54 100644 --- a/2-recognize-custom-celebrities/CustomCelebrityRecognition.ipynb +++ b/2-recognize-custom-celebrities/CustomCelebrityRecognition.ipynb @@ -116,7 +116,7 @@ "source": [ "# Create temporary directory\n", "# This directory is not needed to call Rekognition APIs.\n", - "# We will only use this directory to download images from S3 bucket and drwaw bounding boxes\n", + "# We will only use this directory to download images from S3 bucket and draw bounding boxes\n", "# around recognized celebrities to show them here in the notebook.\n", "\n", "!mkdir m2tmp\n",