Skip to content

Commit 8d92fa3

Browse files
committed
correct example in docs
1 parent 5f9a19a commit 8d92fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compas/datastructures/mesh/duality.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def mesh_dual(mesh, cls=None, boundary=0):
3535
3636
Examples
3737
--------
38+
>>> import compas
3839
>>> from compas.datastructures import Mesh
3940
>>> mesh = Mesh.from_obj(compas.get('faces.obj'))
4041
>>> mesh.delete_face(11)

0 commit comments

Comments
 (0)