Skip to content

Commit c8d01a3

Browse files
authored
Docs build error - tessellation example (#190)
1 parent 020c54e commit c8d01a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/examples/design/tessellation_usage.mystnb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from pint import Quantity
2424
from ansys.geometry.core import Modeler
2525
from ansys.geometry.core.math import Point2D, Point3D, Plane
2626
from ansys.geometry.core.misc import UNITS
27-
from ansys.geometry.core.plotting import Plotter.
27+
from ansys.geometry.core.plotting import Plotter
2828
from ansys.geometry.core.sketch import Sketch
2929

3030
```
@@ -98,4 +98,4 @@ And finally plot to see the design.
9898

9999
```{code-cell} ipython3
100100
design.plot()
101-
```
101+
```

0 commit comments

Comments
 (0)