Skip to content

Commit 9b5243e

Browse files
committed
Fix docs building.
1 parent cdfef5b commit 9b5243e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/scenic/domains/driving/behaviors.scenic

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ class Trajectory(object):
163163

164164
behavior FollowTrajectoryBehavior(trajectory, terminationDistance=1):
165165
"""
166-
Follows the given `Trajectory`.
166+
Follows the given Trajectory.
167167
168168
The behavior terminates when either of the following conditions are met the vehicle position is within
169-
`terminationDistance` of the end of the trajectory.
169+
terminationDistance of the end of the trajectory.
170170
171171
Args:
172-
trajectory: A `Trajectory`.
173-
terminationDistance: The behavior will terminate when the vehicle position is within `terminationDistance`
172+
trajectory: A Trajectory.
173+
terminationDistance: The behavior will terminate when the vehicle position is within terminationDistance
174174
of the end of the trajectory.
175175
"""
176176
assert isinstance(trajectory, Trajectory)

0 commit comments

Comments
 (0)