Skip to content

Commit

Permalink
Merge 92ae9ce into 5d359c6
Browse files Browse the repository at this point in the history
  • Loading branch information
mplemay authored May 2, 2023
2 parents 5d359c6 + 92ae9ce commit 05edf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/python_interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ step simulation and check entities and components.

- **Step 1**: Load a world with a fixture

```{.python}
```python
file_path = os.path.dirname(os.path.realpath(__file__))
fixture = TestFixture(os.path.join(file_path, 'gravity.sdf'))
```
Expand Down

0 comments on commit 05edf8a

Please sign in to comment.