Skip to content

Commit c49c675

Browse files
committed
Docstring param typo.
1 parent acb1fdf commit c49c675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/vision/geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class BoundsBase(object):
1919
"""Base class for handling bounds with vertices.
2020
2121
:type vertices: list of :class:`~google.cloud.vision.geometry.Vertex`
22-
:param vercies: List of vertcies describing points on an image.
22+
:param vertcies: List of vertcies describing points on an image.
2323
"""
2424
def __init__(self, vertices):
2525
self._vertices = vertices

0 commit comments

Comments
 (0)