Skip to content

Commit c3bdae2

Browse files
authored
docs: fix typo
1 parent 96e9030 commit c3bdae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/trame/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For those not familiar with trame, trame allow to define an interactive applicat
1313
With trame or any Python project it is best to start with an isolated virtual environment. In the code below we will be using __uv__ as a unified way of setting such environment across platforms.
1414

1515
::: code-group
16-
```sh [macOS and Linus]
16+
```sh [macOS and Linux]
1717
# you can choose any Python version where VTK is supported
1818
# So far [3.8 to 3.13]
1919
uv venv -p 3.10
@@ -55,4 +55,4 @@ The key take away is that the `vtkRenderWindow` instance needs to be pass to the
5555
- __`update_throttle(push_camera=False)`__: synchronize the current state of the vtkRenderWindow to the client but no more than the provided rate (`view.update_throttle.rate = 15` or in widget constructor `throttle_rate=20`)
5656
- __`reset_camera(renderer_or_render_window=None)`__: reset the camera by asking the client (JavaScript) to do it.
5757

58-
The [__full working code__](https://github.com/Kitware/vtk-wasm/tree/main/examples/trame/simple) is also available.
58+
The [__full working code__](https://github.com/Kitware/vtk-wasm/tree/main/examples/trame/simple) is also available.

0 commit comments

Comments
 (0)