diff --git a/tutorials/python_interfaces.md b/tutorials/python_interfaces.md index 43532a720b..0055886547 100644 --- a/tutorials/python_interfaces.md +++ b/tutorials/python_interfaces.md @@ -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): #