Skip to content

Commit cee658c

Browse files
Update src/compas_ghpython/artists/meshartist.py
Co-authored-by: beverlylytle <[email protected]>
1 parent ed8e5a4 commit cee658c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_ghpython/artists/meshartist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self,
3737
self.show_faces = show_faces
3838

3939
def draw(self, vertices=None, edges=None, faces=None, vertexcolor=None, edgecolor=None, facecolor=None, color=None, join_faces=False):
40-
"""Draw the mesh using the chosen visualisation settings.
40+
"""Draw the mesh using the chosen visualization settings.
4141
4242
Parameters
4343
----------

0 commit comments

Comments
 (0)