From a53a165c4b6833300fa5d1f9622612ad08a24519 Mon Sep 17 00:00:00 2001 From: James S Date: Sat, 27 Mar 2021 16:35:19 -0400 Subject: [PATCH] Fixed misspelling in Face Detection Example --- docs/solutions/face_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/face_detection.md b/docs/solutions/face_detection.md index f04af27d7..fa7173013 100644 --- a/docs/solutions/face_detection.md +++ b/docs/solutions/face_detection.md @@ -77,7 +77,7 @@ Supported configuration options: ```python import cv2 import mediapipe as mp -mp_face_detction = mp.solutions.face_detection +mp_face_detection = mp.solutions.face_detection # For static images: with mp_face_detection.FaceDetection(