diff --git a/Docs/metrics_module.md b/Docs/metrics_module.md index 7c3f39b57..b32b11336 100644 --- a/Docs/metrics_module.md +++ b/Docs/metrics_module.md @@ -342,7 +342,7 @@ Returns a dictionary where the keys are the frame number, and the values are the - __get_vehicle_control__(__self__, __vehicle_id__, __frame__) Returns the control of a vehicle at a given frame. The `manual_gear_shift` attribute will always be False. - - __Return —__ [carla.VehicleCotnrol](https://carla.readthedocs.io/en/latest/python_api/#carlavehiclecontrol) + - __Return —__ [carla.VehicleControl](https://carla.readthedocs.io/en/latest/python_api/#carlavehiclecontrol) - __Parameters__ - `vehicle_id` (_int_) — `id` of the vehicle. - `frame` (_int_) — Frame number.