Skip to content

Commit ed8e5a4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/artists/meshartist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def clear_facelabels(self):
106106
# ==========================================================================
107107

108108
def draw(self, vertices=None, edges=None, faces=None, vertexcolor=None, edgecolor=None, facecolor=None, join_faces=False):
109-
"""Draw the mesh using the chosen visualisation settings.
109+
"""Draw the mesh using the chosen visualization settings.
110110
111111
Parameters
112112
----------

0 commit comments

Comments
 (0)