Skip to content

Commit

Permalink
Fix typo in python tutorial (#1372)
Browse files Browse the repository at this point in the history
This 1 character PR fixes a typo in the python tutorial.

Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 authored Mar 4, 2022
1 parent 6ac12c6 commit 3f91707
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 @@ -14,7 +14,7 @@ step simulation and check entities and components.
helper = HelperFixture(os.path.join(file_path, 'gravity.sdf'))
```

- **Step 2**: Write your `pretupdate`, `update` or `postupdate` code:
- **Step 2**: Write your `preupdate`, `update` or `postupdate` code:
```python
def on_post_udpate_cb(_info, _ecm):
# <your code here>
Expand Down

0 comments on commit 3f91707

Please sign in to comment.