Skip to content

Commit 795f2c2

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

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
@@ -57,7 +57,7 @@ def draw(self, vertices=None, edges=None, faces=None, vertexcolor=None, edgecolo
5757
The color specififcation for the edges.
5858
The default color is the value of ``~MeshArtist.default_edgecolor``.
5959
facecolor : tuple or dict of tuple, optional
60-
The color specififcation for the faces.
60+
The color specification for the faces.
6161
The default color is the value of ``~MeshArtist.default_facecolor``.
6262
color : tuple, optional
6363
The color of the mesh.

0 commit comments

Comments
 (0)