Skip to content

Commit e6008fd

Browse files
authored
[UNASSIGNED] extra verbose for the docstring
1 parent 7ec5e7d commit e6008fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/cadwork/polygon_list.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ from cadwork import vertex_list
44
class polygon_list:
55

66
def count(self) -> int:
7-
"""count
7+
"""Returns the number of polygons in the list.
88
99
Returns: int
1010
"""
1111

1212
def at(self, index: int) -> vertex_list:
13-
"""at
13+
"""Returns the polygon vertices at the given index.
1414
1515
Parameters:
16-
index: index
16+
index: The zero-based polygon index.
1717
1818
Returns:
19-
vertex_list: vertex_list
19+
vertex_list: The ordered vertices defining the polygon.
2020
"""

0 commit comments

Comments
 (0)