Skip to content

Commit d732b96

Browse files
authored
TRV: docstring mispelling
1 parent f8b73e2 commit d732b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cruise-control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def vehicle_update(t, x, u, params={}):
3737
----------
3838
x : array
3939
System state: car velocity in m/s
40-
u : arrayn
40+
u : array
4141
System input: [throttle, gear, road_slope], where throttle is
4242
a float between 0 and 1, gear is an integer between 1 and 5,
4343
and road_slope is in rad.

0 commit comments

Comments
 (0)