Skip to content

Commit 93493cc

Browse files
committed
fix return type
1 parent 482317b commit 93493cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_ghpython/artists/volmeshartist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def draw(self, cells=None, color=None):
3737
3838
Returns
3939
-------
40-
list[System.Guid]
40+
list[:rhino:`Rhino.Geometry.Mesh`]
4141
The GUIDs of the created Rhino objects.
4242
Every cell is drawn as an individual mesh.
4343

0 commit comments

Comments
 (0)