Skip to content

Commit 469c1bc

Browse files
committed
fixing style refs #12
1 parent 7114a29 commit 469c1bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/traci/_vehicle.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,8 @@ def getDistance(self, vehID):
837837

838838
def getReferenceDistance(self, vehID):
839839
"""getReferenceDistance(string) -> double
840-
Returns the distance along the linear reference system in which the current edge takes part (i.e. kilometrage/mile markers)
840+
Returns the distance along the linear reference system
841+
in which the current edge takes part (i.e. kilometrage/mile markers)
841842
"""
842843
return self._getUniversal(tc.VAR_REFERENCE_DISTANCE, vehID)
843844

0 commit comments

Comments
 (0)