Skip to content

Commit 3522896

Browse files
authored
Typo fix in Metrics Doc
1 parent ad39faf commit 3522896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/metrics_module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Returns a dictionary where the keys are the frame number, and the values are the
342342

343343
- <a name="get_vehicle_control"></a>__<font color="#7fb800">get_vehicle_control</font>__(<font color="#00a6ed">__self__</font>, <font color="#00a6ed">__vehicle_id__</font>, <font color="#00a6ed">__frame__</font>)
344344
Returns the control of a vehicle at a given frame. The `manual_gear_shift` attribute will always be False.
345-
- __Return —__ [carla.VehicleCotnrol](https://carla.readthedocs.io/en/latest/python_api/#carlavehiclecontrol)
345+
- __Return —__ [carla.VehicleControl](https://carla.readthedocs.io/en/latest/python_api/#carlavehiclecontrol)
346346
- __Parameters__
347347
- `vehicle_id` (_int_) — `id` of the vehicle.
348348
- `frame` (_int_) — Frame number.

0 commit comments

Comments
 (0)