We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee658c commit 795f2c2Copy full SHA for 795f2c2
src/compas_ghpython/artists/meshartist.py
@@ -57,7 +57,7 @@ def draw(self, vertices=None, edges=None, faces=None, vertexcolor=None, edgecolo
57
The color specififcation for the edges.
58
The default color is the value of ``~MeshArtist.default_edgecolor``.
59
facecolor : tuple or dict of tuple, optional
60
- The color specififcation for the faces.
+ The color specification for the faces.
61
The default color is the value of ``~MeshArtist.default_facecolor``.
62
color : tuple, optional
63
The color of the mesh.
0 commit comments