Skip to content

Commit 3be0c36

Browse files
committed
📝 grammar fix
1 parent e3f04b3 commit 3be0c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindee/geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class MinMax(NamedTuple):
6868

6969
class Polygon(list):
7070
"""
71-
Contains any number of vertices coordinates (Points).
71+
Contains any number of vertex coordinates (Points).
7272
7373
Inherits from base class ``list`` so is compatible with type ``Points``.
7474
"""

0 commit comments

Comments
 (0)