Skip to content

Commit d30c3a8

Browse files
committed
Fix a typo in the docs
1 parent d505c1a commit d30c3a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/datastore_anatomical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ EchoSMs provides a function, [surface_from_stl()][echosms.surface_from_stl], to
9696
```py
9797
from echosms import surface_from_stl
9898

99-
shape = surface_from_stl('A.stl', dim_scale=1e-3, anatomical_type='body'
99+
shape = surface_from_stl('A.stl', dim_scale=1e-3, anatomical_type='body',
100100
boundary='pressure-release')
101101
```
102102

0 commit comments

Comments
 (0)