Skip to content

Commit

Permalink
Fixes spelling typos (googleapis#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtkaleta authored and landrito committed Aug 21, 2017
1 parent 78f2544 commit de1be2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vision/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ for it using our direct methods:
... })
>>> len(response.annotations)
1
>>> for face in resposne.annotations[0].faces:
>>> for face in response.annotations[0].faces:
... print(face.joy)
Likelihood.VERY_LIKELY
Likelihood.VERY_LIKELY
Expand All @@ -103,7 +103,7 @@ No results found
****************

If no results for the detection performed can be extracted from the image, then
an empty list is returned. This behavior is similiar with all detection types.
an empty list is returned. This behavior is similar with all detection types.


Example with :meth:`~google.cloud.vision.ImageAnnotatorClient.logo_detection`:
Expand Down

0 comments on commit de1be2a

Please sign in to comment.