Skip to content

Commit

Permalink
Fix typo of 3D mesh Python code in README (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jun 11, 2024
1 parent fd1d227 commit 47a0982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ We can also generate a 3D mesh.

```python
source = sg.Cube()
source = sg.delaunay_3d(edge_source=source, target_sizes=0.2)
mesh = source.delaunay_3d(edge_source=source, target_sizes=0.2)
```

```python
Expand Down

0 comments on commit 47a0982

Please sign in to comment.