Skip to content

Commit 5fce947

Browse files
committed
updated change in brep tutorial
1 parent 6d51557 commit 5fce947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/brep.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Every backend is expected to implement some alternative constructors
8282
>>> import Rhino
8383
>>> from compas.geometry import Brep
8484
>>> ...
85-
>>> Brep.from_brep(Rhino.Geometry.Brep())
85+
>>> Brep.from_native(Rhino.Geometry.Brep())
8686
8787
Brep operations
8888
===============

0 commit comments

Comments
 (0)