Skip to content

Commit c5b14d2

Browse files
authored
Merge pull request #45742 from lfbraz/patch-1
Fix typo
2 parents d8f9da7 + f5402f3 commit c5b14d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Face/QuickStarts/python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Once you've set up your images, define a label at the top of your script for the
148148

149149
[!code-python[](~/cognitive-services-quickstart-code/python/Face/FaceQuickstart.py?name=snippet_persongroupvars)]
150150

151-
Then add the following code to the bottom of your script. This code creates a **PersongGroup** and three **Person** objects.
151+
Then add the following code to the bottom of your script. This code creates a **PersonGroup** and three **Person** objects.
152152

153153
[!code-python[](~/cognitive-services-quickstart-code/python/Face/FaceQuickstart.py?name=snippet_persongroup_create)]
154154

@@ -286,4 +286,4 @@ In this quickstart, you learned how to use the Face library for Python to do bas
286286
> [Face API reference (Python)](https://docs.microsoft.com/python/api/azure-cognitiveservices-vision-face/?view=azure-python)
287287
288288
* [What is the Face API?](../overview.md)
289-
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/Face/FaceQuickstart.py).
289+
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/Face/FaceQuickstart.py).

0 commit comments

Comments
 (0)