Skip to content

Commit 616911f

Browse files
Apply suggestions from code review
Co-authored-by: beverlylytle <[email protected]>
1 parent 928684e commit 616911f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compas_ghpython/artists/polygonartist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def draw(self, show_points=False, show_edges=False, show_face=True):
3434
Returns
3535
-------
3636
list
37-
The Rhino points, lines and faces.
37+
The Rhino points, lines and face.
3838
"""
3939
_points = map(list, self.primitive.points)
4040
result = []

src/compas_ghpython/artists/vectorartist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def draw(self, point=None, show_point=False):
3333
Returns
3434
-------
3535
list
36-
The Rhino lines.
36+
The Rhino line and endpoints, if requested.
3737
3838
"""
3939
if not point:

0 commit comments

Comments
 (0)